From: Andrew M. Kuchling Date: Sat, 19 Nov 2005 18:43:38 +0000 (+0000) Subject: Fix up incomplete sentence X-Git-Tag: v2.5a0~1145 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5040fee5c13cf0a795d5324de959aaf8c24c5116;p=thirdparty%2FPython%2Fcpython.git Fix up incomplete sentence --- diff --git a/Doc/howto/unicode.rst b/Doc/howto/unicode.rst index 7ad61c14baa1..dac5c7453fe0 100644 --- a/Doc/howto/unicode.rst +++ b/Doc/howto/unicode.rst @@ -246,7 +246,7 @@ abstract type called ``basestring``, which is also an ancestor of the ``str`` type; you can therefore check if a value is a string type with ``isinstance(value, basestring)``. Under the hood, Python represents Unicode strings as either 16- or 32-bit integers, depending on how the -Python interpreter was compiled, but this +Python interpreter was compiled. The ``unicode()`` constructor has the signature ``unicode(string[, encoding, errors])``. All of its arguments should be 8-bit strings. The first argument is converted