mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Remove link to objects.rst (gone in r79179).
This commit is contained in:
parent
ae735a763e
commit
88b6f8bada
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue