8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22fdb8c commit 21b2e9fCopy full SHA for 21b2e9f
Doc/library/builtins.rst
@@ -9,7 +9,8 @@
9
This module provides direct access to all 'built-in' identifiers of Python; for
10
example, ``builtins.open`` is the full name for the built-in function
11
:func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
12
-documentation.
+documentation. For more information about built-in types and exceptions, See
13
+:ref:`bltin-types` and :ref:`bltin-exceptions`
14
15
16
This module is not normally accessed explicitly by most applications, but can be
0 commit comments