]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
#14489: fix wrong link.
authorEzio Melotti <ezio.melotti@gmail.com>
Sun, 10 Mar 2013 02:28:28 +0000 (04:28 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sun, 10 Mar 2013 02:28:28 +0000 (04:28 +0200)
Doc/library/functions.rst

index 34ef83146a2c5b7ba5b50f63eb4279a184c79e82..6d50e0d880a6b9af597123012a41ba544dea94f9 100644 (file)
@@ -19,7 +19,7 @@ available.  They are listed here in alphabetical order.
 :func:`bytearray`    :func:`float`      :func:`list`        :func:`raw_input`  :func:`unichr`
 :func:`callable`     :func:`format`     :func:`locals`      :func:`reduce`     :func:`unicode`
 :func:`chr`          |func-frozenset|_  :func:`long`        :func:`reload`     :func:`vars`
-:func:`classmethod`  :func:`getattr`    :func:`map`         :func:`repr`       :func:`xrange`
+:func:`classmethod`  :func:`getattr`    :func:`map`         |func-repr|_       :func:`xrange`
 :func:`cmp`          :func:`globals`    :func:`max`         :func:`reversed`   :func:`zip`
 :func:`compile`      :func:`hasattr`    |func-memoryview|_  :func:`round`      :func:`__import__`
 :func:`complex`      :func:`hash`       :func:`min`         |func-set|_        :func:`apply`
@@ -34,6 +34,7 @@ available.  They are listed here in alphabetical order.
 .. |func-dict| replace:: ``dict()``
 .. |func-frozenset| replace:: ``frozenset()``
 .. |func-memoryview| replace:: ``memoryview()``
+.. |func-repr| replace:: ``repr()``
 .. |func-set| replace:: ``set()``
 
 
@@ -1179,6 +1180,7 @@ available.  They are listed here in alphabetical order.
    continue to use the old class definition.  The same is true for derived classes.
 
 
+.. _func-repr:
 .. function:: repr(object)
 
    Return a string containing a printable representation of an object.  This is