]> granicus.if.org Git - python/commitdiff
#7637: fix a grammar error; simplify a sentence
authorAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Jul 2010 12:54:02 +0000 (12:54 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Mon, 26 Jul 2010 12:54:02 +0000 (12:54 +0000)
Doc/library/xml.dom.minidom.rst

index 1efa3d9fbd48a3b1fa841a02e8374be372b420a9..e6f225326bd44e3d2eae265adab823a329182532 100644 (file)
@@ -142,7 +142,7 @@ module documentation.  This section lists the differences between the API and
    With an explicit *encoding* [1]_ argument, the result is a byte
    string in the specified encoding.  It is recommended that you
    always specify an encoding; you may use any encoding you like, but
-   an argument of "utf-8" is the most common, avoid
+   an argument of "utf-8" is the most common choice, avoiding
    :exc:`UnicodeError` exceptions in case of unrepresentable text
    data.
 
@@ -157,8 +157,8 @@ module documentation.  This section lists the differences between the API and
    indentation string and defaults to a tabulator; *newl* specifies the string
    emitted at the end of each line and defaults to ``\n``.
 
-   There's also an *encoding* argument, that behaves like the corresponding
-   argument of :meth:`toxml`.
+   The *encoding* argument behaves like the corresponding argument of
+   :meth:`toxml`.
 
 
 .. _dom-example: