]> granicus.if.org Git - python/commitdiff
Remove link to nonexisting target.
authorGeorg Brandl <georg@python.org>
Sun, 18 Apr 2010 09:46:52 +0000 (09:46 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 18 Apr 2010 09:46:52 +0000 (09:46 +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,