We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a1d31 commit 4236061Copy full SHA for 4236061
docs/str_object.rst
@@ -14,7 +14,7 @@ There are also other differences, such as the ``repr`` of unicode strings in
14
Py2 having a ``u'...'`` prefix, versus simply ``'...'``, and the removal of
15
the :func:`str.decode` method in Py3.
16
17
-:mod:`future` contains a :class:`newstr`` type that is a backport of the
+:mod:`future` contains a :class:`newstr` type that is a backport of the
18
:mod:`str` object from Python 3. This inherits from the Python 2
19
:class:`unicode` class but has customizations to improve compatibility with
20
Python 3's :class:`str` object. You can use it as follows::
0 commit comments