File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1287,9 +1287,6 @@ Glossary
12871287 that collection. The exact membership of the collection may vary based
12881288 on platform, available system packages, or other criteria.
12891289
1290- stdlib
1291- A synonym for :term: `standard library `.
1292-
12931290 statement
12941291 A statement is part of a suite (a "block" of code). A statement is either
12951292 an :term: `expression ` or one of several constructs with a keyword, such
@@ -1300,6 +1297,9 @@ Glossary
13001297 issues such as incorrect types. See also :term: `type hints <type hint> `
13011298 and the :mod: `typing ` module.
13021299
1300+ stdlib
1301+ A synonym for :term: `standard library `.
1302+
13031303 strong reference
13041304 In Python's C API, a strong reference is a reference to an object
13051305 which is owned by the code holding the reference. The strong
You can’t perform that action at this time.
0 commit comments