Skip to content

Commit 145f0fc

Browse files
encukouStanFromIrelandhugovk
authored
Apply suggestions from code review
Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Hugo van Kemenade <[email protected]>
1 parent 9f2c9e5 commit 145f0fc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,9 +1026,9 @@ Glossary
10261026
and nonlocal variable names are restricted to optimized scopes.
10271027

10281028
optional module
1029-
An extension module that is part of the :term:`standard library`, but
1030-
may be missing in some builds of CPython, usually due to missing
1031-
third-party libraries.
1029+
An :term:`extension module` that is part of the :term:`standard library`,
1030+
but may be absent in some builds of :term:`CPython`,
1031+
usually due to missing third-party libraries.
10321032
See :ref:`optional-module-requirements` for a list of optional modules
10331033
and the required libraries.
10341034

Doc/using/configure.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ support".
4545

4646
.. _optional-module-requirements:
4747

48-
Requirements for Optional Modules
48+
Requirements for optional modules
4949
---------------------------------
5050

5151
To build :term:`optional modules <optional module>` of the standard library,
@@ -143,7 +143,7 @@ Dependencies to build optional modules are:
143143
Tcl/Tk version 8.4 is now required for :mod:`tkinter`.
144144

145145
.. versionchanged:: 3.7
146-
OpenSSL 1.0.2 are now required for :mod:`hashlib`.
146+
OpenSSL 1.0.2 is now required for :mod:`hashlib`.
147147

148148
.. versionchanged:: 3.10
149149
OpenSSL 1.1.1 is now required for :mod:`hashlib`.

0 commit comments

Comments
 (0)