[Python-checkins] r79316 - python/trunk/Doc/library/__builtin__.rst

ezio.melotti python-checkins at python.org
Tue Mar 23 01:25:20 CET 2010


Author: ezio.melotti
Date: Tue Mar 23 01:25:19 2010
New Revision: 79316

Log:
Remove link to objects.rst (gone in r79179).

Modified:
   python/trunk/Doc/library/__builtin__.rst

Modified: python/trunk/Doc/library/__builtin__.rst
==============================================================================
--- python/trunk/Doc/library/__builtin__.rst	(original)
+++ python/trunk/Doc/library/__builtin__.rst	Tue Mar 23 01:25:19 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