Skip to content

Commit 4dfa099

Browse files
authored
Fix typo
1 parent 01a1d31 commit 4dfa099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/str_object.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ There are also other differences, such as the ``repr`` of unicode strings in
1414
Py2 having a ``u'...'`` prefix, versus simply ``'...'``, and the removal of
1515
the :func:`str.decode` method in Py3.
1616

17-
:mod:`future` contains a :class:`newstr`` type that is a backport of the
17+
:mod:`future` contains a :class:`newstr` type that is a backport of the
1818
:mod:`str` object from Python 3. This inherits from the Python 2
1919
:class:`unicode` class but has customizations to improve compatibility with
2020
Python 3's :class:`str` object. You can use it as follows::

0 commit comments

Comments
 (0)