8000 gh-99030: Added documentation links for types and exceptions by rruuaanng · Pull Request #123857 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-99030: Added documentation links for types and exceptions #123857

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Oct 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file 8000
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Shortened description sentences
  • Loading branch information
rruuaanng committed Sep 10, 2024
commit d5a0c48bd710c4f63a00c458cb8a75d063a7dac9
5 changes: 2 additions & 3 deletions Doc/library/builtins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@

This module provides direct access to all 'built-in' identifiers of Python; for
example, ``builtins.open`` is the full name for the built-in function
:func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
documentation. For more information about built-in types and exceptions, See
:ref:`bltin-types` and :ref:`bltin-exceptions`
:func:`open`. For more information, See :ref:`built-in-funcs`, :ref:`built-in-consts`,
:ref:`bltin-types` and :ref:`bltin-exceptions` documentation.


This module is not normally accessed explicitly by most applications, but can be
Expand Down
Loading
0