[Python-checkins] cpython (2.7): Closes #14489: correct link target.

georg.brandl python-checkins at python.org
Thu Apr 5 09:04:32 CEST 2012


http://hg.python.org/cpython/rev/4416efeb0163
changeset:   76113:4416efeb0163
branch:      2.7
parent:      76104:9b472b24e5c9
user:        Georg Brandl <georg at python.org>
date:        Thu Apr 05 09:04:40 2012 +0200
summary:
  Closes #14489: correct link target.

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


diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst
--- a/Doc/library/functions.rst
+++ b/Doc/library/functions.rst
@@ -19,7 +19,7 @@
 :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`

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


More information about the Python-checkins mailing list