Skip to content

Commit d5a0c48

Browse files
committed
Shortened description sentences
1 parent 21b2e9f commit d5a0c48

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/library/builtins.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88

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
11-
:func:`open`. See :ref:`built-in-funcs` and :ref:`built-in-consts` for
12-
documentation. For more information about built-in types and exceptions, See
13-
:ref:`bltin-types` and :ref:`bltin-exceptions`
11+
:func:`open`. For more information, See :ref:`built-in-funcs`, :ref:`built-in-consts`,
12+
:ref:`bltin-types` and :ref:`bltin-exceptions` documentation.
1413

1514

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

0 commit comments

Comments
 (0)