From: Walter Dörwald Date: Thu, 16 Aug 2007 16:55:51 +0000 (+0000) Subject: Complete truncated sentence. X-Git-Tag: v3.0a1~390 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9a1579e9a029332e0efebafd61154cbfb43d3f4;p=thirdparty%2FPython%2Fcpython.git Complete truncated sentence. --- diff --git a/Doc/c-api/concrete.rst b/Doc/c-api/concrete.rst index 052785c0ac85..bc812c2cd5a6 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.