]> granicus.if.org Git - python/commitdiff
Remove link to objects.rst (gone in r79179).
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:25:19 +0000 (00:25 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:25:19 +0000 (00:25 +0000)
Doc/library/__builtin__.rst

index 5c89c0c67db51db9f7fc57758588562a2157d145..ec189b6c9fb65d6b7a62faf39934163d55e9e7b8 100644 (file)
@@ -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,