From f6bbbcf52aa35aab5119e7163de5f6108525f53b Mon Sep 17 00:00:00 2001 From: Anastasios Selalmazidis Date: Wed, 20 Dec 2017 12:07:31 +0200 Subject: [PATCH] Fix minor typo --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 57dffc4..459703b 100644 --- a/README.rst +++ b/README.rst @@ -14,7 +14,7 @@ This package uses 2 major packages : python-docx-template has been created because python-docx is powerful for creating documents but not for modifying them. -The idea is to begin to create an exemple of the document you want to generate with microsoft word, it can be as complex as you want : +The idea is to begin to create an example of the document you want to generate with microsoft word, it can be as complex as you want : pictures, index tables, footer, header, variables, anything you can do with word. Then, as you are still editing the document with microsoft word, you insert jinja2-like tags directly in the document. You save the document as a .docx file (xml format) : it will be your .docx template file. @@ -29,4 +29,4 @@ If you like this project, please rate and share it here : http://rate.re/github/ Documentation ------------- -Please, `read the doc `_ \ No newline at end of file +Please, `read the doc `_