[Python-3000-checkins] r57098 - python/branches/py3k/Doc/c-api/concrete.rst

walter.doerwald python-3000-checkins at python.org
Thu Aug 16 18:55:54 CEST 2007


Author: walter.doerwald
Date: Thu Aug 16 18:55:51 2007
New Revision: 57098

Modified:
   python/branches/py3k/Doc/c-api/concrete.rst
Log:
Complete truncated sentence.


Modified: python/branches/py3k/Doc/c-api/concrete.rst
==============================================================================
--- python/branches/py3k/Doc/c-api/concrete.rst	(original)
+++ python/branches/py3k/Doc/c-api/concrete.rst	Thu Aug 16 18:55:51 2007
@@ -1426,7 +1426,7 @@
    and then switches if the first two bytes of the input data are a byte order mark
    (BOM) and the specified byte order is native order.  This BOM is not copied into
    the resulting Unicode string.  After completion, *\*byteorder* is set to the
-   current byte order at the.
+   current byte order at the end of input data.
 
    If *byteorder* is *NULL*, the codec starts in native order mode.
 


More information about the Python-3000-checkins mailing list