diff options
author | Georg Brandl <georg@python.org> | 2012-04-05 09:04:40 +0200 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-04-05 09:04:40 +0200 |
commit | b45c5e2d0ee566eba9400ac6b2b3e44ddbffdc58 (patch) | |
tree | fa5ca942c57f5e85a805bf4e36914b695933749d | |
parent | f14a2bf3bcfe509f96321e6fde383cce00c58877 (diff) | |
download | cpython-git-b45c5e2d0ee566eba9400ac6b2b3e44ddbffdc58.tar.gz |
Closes #14489: correct link target.
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index f9e5e1be5b..54711b8c5f 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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` |