Skip to content

Commit 2554e5a

Browse files
authored
Merge pull request #1664 from befeleme/reorder-glossary
Fix the alphabetic order of terms in Glossary
2 parents db80a8c + 685b680 commit 2554e5a

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/glossary.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,15 +119,6 @@ Glossary
119119
extensions.
120120

121121

122-
Known Good Set (KGS)
123-
124-
A set of distributions at specified versions which are compatible with
125-
each other. Typically a test suite will be run which passes all tests
126-
before a specific set of packages is declared a known good set. This
127-
term is commonly used by frameworks and toolkits which are comprised of
128-
multiple individual distributions.
129-
130-
131122
Import Package
132123

133124
A Python module which can contain other modules or recursively, other
@@ -147,6 +138,15 @@ Glossary
147138
as described in the specicifcation :ref:`recording-installed-packages`.
148139

149140

141+
Known Good Set (KGS)
142+
143+
A set of distributions at specified versions which are compatible with
144+
each other. Typically a test suite will be run which passes all tests
145+
before a specific set of packages is declared a known good set. This
146+
term is commonly used by frameworks and toolkits which are comprised of
147+
multiple individual distributions.
148+
149+
150150
Module
151151

152152
The basic unit of code reusability in Python, existing in one of two

0 commit comments

Comments
 (0)