Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 96deb75

Browse files
committed
Add links from builtins module docs to built-in functions and constants docs
1 parent b805c47 commit 96deb75

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

Doc/library/builtins.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77

88
This module provides direct access to all 'built-in' identifiers of Python; for
99
example, ``builtins.open`` is the full name for the built-in function
10-
:func:`open`.
10+
:func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
11+
documentation.
12+
1113

1214
This module is not normally accessed explicitly by most applications, but can be
1315
useful in modules that provide objects with the same name as a built-in value,

Doc/library/constants.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _built-in-consts:
2+
13
Built-in Constants
24
==================
35

0 commit comments

Comments
 (0)