summaryrefslogtreecommitdiffstats
path: root/Doc/c-api/concrete.rst
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2007-08-16 16:55:51 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2007-08-16 16:55:51 (GMT)
commitd9a1579e9a029332e0efebafd61154cbfb43d3f4 (patch)
treed321fb3235253d0ca6b8de656ce5df205afdd53d /Doc/c-api/concrete.rst
parent7a98be2efbdc44a6271e3bf6117a1e6c77828414 (diff)
downloadcpython-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.rst2
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.