[Python-checkins] r80169 - python/branches/release26-maint/Doc/library/__builtin__.rst

georg.brandl python-checkins at python.org
Sun Apr 18 11:46:53 CEST 2010


Author: georg.brandl
Date: Sun Apr 18 11:46:52 2010
New Revision: 80169

Log:
Remove link to nonexisting target.

Modified:
   python/branches/release26-maint/Doc/library/__builtin__.rst

Modified: python/branches/release26-maint/Doc/library/__builtin__.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/__builtin__.rst	(original)
+++ python/branches/release26-maint/Doc/library/__builtin__.rst	Sun Apr 18 11:46:52 2010
@@ -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,


More information about the Python-checkins mailing list