Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5040fee

Browse files
committed
Fix up incomplete sentence
1 parent b175445 commit 5040fee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/howto/unicode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ abstract type called ``basestring``, which is also an ancestor of the
246246
``str`` type; you can therefore check if a value is a string type with
247247
``isinstance(value, basestring)``. Under the hood, Python represents
248248
Unicode strings as either 16- or 32-bit integers, depending on how the
249-
Python interpreter was compiled, but this
249+
Python interpreter was compiled.
250250

251251
The ``unicode()`` constructor has the signature ``unicode(string[, encoding, errors])``.
252252
All of its arguments should be 8-bit strings. The first argument is converted

0 commit comments

Comments
 (0)