[Python-checkins] cpython (3.2): Fix label in docs (from issue #13538).

chris.jerdonek python-checkins at python.org
Wed Nov 21 14:38:32 CET 2012


http://hg.python.org/cpython/rev/5c39e3906ce9
changeset:   80546:5c39e3906ce9
branch:      3.2
parent:      80540:f32f1cb508ad
user:        Chris Jerdonek <chris.jerdonek at gmail.com>
date:        Wed Nov 21 05:32:44 2012 -0800
summary:
  Fix label in docs (from issue #13538).

files:
  Doc/reference/datamodel.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -1153,7 +1153,7 @@
    Called by :func:`str(object) <str>` and the built-in functions
    :func:`format` and :func:`print` to compute the "informal" or nicely
    printable string representation of an object.  The return value must be a
-   :ref:`string <textseq>` object.
+   :ref:`string <typesseq>` object.
 
    This method differs from :meth:`object.__repr__` in that there is no
    expectation that :meth:`__str__` return a valid Python expression: a more

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list