Skip to content

Commit a4a09f1

Browse files
committed
Correct glossary ordering
1 parent c08c01e commit a4a09f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/glossary.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)