Remove link to nonexisting target.

This commit is contained in:
Georg Brandl 2010-04-18 09:46:52 +00:00
parent 3185c27453
commit 9cef92151c
1 changed files with 1 additions and 1 deletions

View 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,