diff options
| author | Tim Graham <timograham@gmail.com> | 2014-10-16 20:00:17 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2014-10-16 20:02:23 -0400 |
| commit | 0569e0dd74566603029dde791ed31436d42862b4 (patch) | |
| tree | beb4a2bdf479714e492a57386355c2140e4b1278 /docs/topics/python3.txt | |
| parent | a1a54b00d289579af9ff50dee46db12bae775f01 (diff) | |
[1.7.x] Fixed some intersphinx references.
Backport of babbf18999 from master
Diffstat (limited to 'docs/topics/python3.txt')
| -rw-r--r-- | docs/topics/python3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/python3.txt b/docs/topics/python3.txt index 9daba275c6..7769fe8537 100644 --- a/docs/topics/python3.txt +++ b/docs/topics/python3.txt @@ -79,7 +79,7 @@ String handling --------------- Python 2's `unicode`_ type was renamed :class:`str` in Python 3, -``str()`` was renamed :func:`bytes`, and `basestring`_ disappeared. +``str()`` was renamed :class:`bytes`, and `basestring`_ disappeared. six_ provides :ref:`tools <string-handling-with-six>` to deal with these changes. |
