8000 Added documentation links for types and exceptions · python/cpython@21b2e9f · GitHub
[go: up one dir, main page]

Skip to content

Commit 21b2e9f

Browse files
committed
Added documentation links for types and exceptions
1 parent 22fdb8c commit 21b2e9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/builtins.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
This module provides direct access to all 'built-in' identifiers of Python; for
1010
example, ``builtins.open`` is the full name for the built-in function
1111
:func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
12-
documentation.
12+
documentation. For more information about built-in types and exceptions, See
13+
:ref:`bltin-types` and :ref:`bltin-exceptions`
1314

1415

1516
This module is not normally accessed explicitly by most applications, but can be

0 commit comments

Comments
 (0)
0