Skip to content

Commit

Permalink
Change content
Browse files Browse the repository at this point in the history
  • Loading branch information
rruuaanng committed Sep 11, 2024
1 parent 060bac8 commit c5edd3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/builtins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +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`. For more information, See :ref:`built-in-funcs`, :ref:`built-in-consts`,
:ref:`bltin-types` and :ref:`bltin-exceptions` documentation.
:func:`open`. For more information, see :ref:`built-in-funcs`, :ref:`built-in-consts`,
:ref:`bltin-types` and :ref:`bltin-exceptions`.


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

0 comments on commit c5edd3e

Please sign in to comment.