From: Raphael Michel Date: Tue, 16 Oct 2018 05:56:35 +0000 (+0200) Subject: Fix typos X-Git-Tag: 1.0.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ecbe2ec47326032e5a30a7159774640d42400d49;p=thirdparty%2Fpython-drafthorse.git Fix typos --- 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