File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
5151To 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 `.
You can’t perform that action at this time.
0 commit comments