diff options
author | Walter Dörwald <walter@livinglogic.de> | 2007-08-16 16:55:51 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2007-08-16 16:55:51 (GMT) |
commit | d9a1579e9a029332e0efebafd61154cbfb43d3f4 (patch) | |
tree | d321fb3235253d0ca6b8de656ce5df205afdd53d /Doc/c-api/concrete.rst | |
parent | 7a98be2efbdc44a6271e3bf6117a1e6c77828414 (diff) | |
download | cpython-d9a1579e9a029332e0efebafd61154cbfb43d3f4.zip cpython-d9a1579e9a029332e0efebafd61154cbfb43d3f4.tar.gz cpython-d9a1579e9a029332e0efebafd61154cbfb43d3f4.tar.bz2 |
Complete truncated sentence.
Diffstat (limited to 'Doc/c-api/concrete.rst')
-rw-r--r-- | Doc/c-api/concrete.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index 052785c..bc812c2 100644 --- a/Doc/c-api/concrete.rst +++ b/Doc/c-api/concrete.rst @@ -1426,7 +1426,7 @@ These are the UTF-16 codec APIs: 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. |