summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2010-03-23 00:25:19 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2010-03-23 00:25:19 (GMT)
commit88b6f8bada738cafcf317a63f2ef432db213ad8b (patch)
tree7709a8c6762000d84c9e9835c416faf6ff5d6427 /Doc
parentae735a763e151f277d73eebdfc3b798e4a8b46d2 (diff)
downloadcpython-88b6f8bada738cafcf317a63f2ef432db213ad8b.zip
cpython-88b6f8bada738cafcf317a63f2ef432db213ad8b.tar.gz
cpython-88b6f8bada738cafcf317a63f2ef432db213ad8b.tar.bz2
Remove link to objects.rst (gone in r79179).
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/__builtin__.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/__builtin__.rst b/Doc/library/__builtin__.rst
index 5c89c0c..ec189b6 100644
--- a/Doc/library/__builtin__.rst
+++ b/Doc/library/__builtin__.rst
@@ -8,7 +8,7 @@
This module provides direct access to all 'built-in' identifiers of Python; for
example, ``__builtin__.open`` is the full name for the built-in function
-:func:`open`. See chapter :ref:`builtin`.
+:func:`open`.
This module is not normally accessed explicitly by most applications, but can be
useful in modules that provide objects with the same name as a built-in value,