]> git.ipfire.org Git - thirdparty/python-drafthorse.git/commitdiff
Fix typos
authorRaphael Michel <mail@raphaelmichel.de>
Tue, 16 Oct 2018 05:56:35 +0000 (07:56 +0200)
committerRaphael Michel <mail@raphaelmichel.de>
Tue, 16 Oct 2018 05:56:35 +0000 (07:56 +0200)
README.rst

index 899b1505e1f7217829eadba0ad73fd8a971d4024..672038ab7f2866f27dd5f347bc0f14058b1f39f6 100644 (file)
@@ -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