From ecbe2ec47326032e5a30a7159774640d42400d49 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Tue, 16 Oct 2018 07:56:35 +0200 Subject: [PATCH] Fix typos --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 899b150..672038a 100644 --- a/README.rst +++ b/README.rst @@ -11,7 +11,7 @@ drafthorse -- Basic ZUGFeRD implementation in Python :target: https://pypi.python.org/pypi/drafthorse This is a low-level python implementation of the ZUGFeRD XML format. ZUGFeRD is a German -format for sending digital invoices. ZUGFeRD XML files can are to be attached to a PDF +format for sending digital invoices. ZUGFeRD XML files are to be attached to a PDF file, which can be done using the ``factur-x`` Python library. This library can be used to generate or parse the contents of this XML file. By low-level, we mean that this library models the ZUGFeRD data model 1:1 without any further @@ -32,7 +32,7 @@ Parsing:: Generating:: - >>> from datetime import Date + >>> from datetime import date >>> from drafthorse.models.document import Document >>> from drafthorse.models.note import IncludedNote -- 2.47.3