From babbf1899916a0ad4eae45e40ca13e2c00707718 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 16 Oct 2014 20:00:17 -0400 Subject: Fixed some intersphinx references. --- docs/topics/python3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/topics/python3.txt') 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 ` to deal with these changes. -- cgit v1.3