]> granicus.if.org Git - python/commitdiff
Merged revisions 79316 via svnmerge from
authorEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:32:49 +0000 (00:32 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Tue, 23 Mar 2010 00:32:49 +0000 (00:32 +0000)
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r79316 | ezio.melotti | 2010-03-23 02:25:19 +0200 (Tue, 23 Mar 2010) | 1 line

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

Doc/library/builtins.rst

index 217b161380327bde77d447db4948e58a97572027..9341e982052cfd2932b78aa94569a98c800b938d 100644 (file)
@@ -7,7 +7,7 @@
 
 This module provides direct access to all 'built-in' identifiers of Python; for
 example, ``builtins.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,