Skip to content

Commit

Permalink
Merge pull request #1664 from befeleme/reorder-glossary
Browse files Browse the repository at this point in the history
Fix the alphabetic order of terms in Glossary
  • Loading branch information
chrysle authored Nov 24, 2024
2 parents db80a8c + 685b680 commit 2554e5a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions source/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,6 @@ Glossary
extensions.


Known Good Set (KGS)

A set of distributions at specified versions which are compatible with
each other. Typically a test suite will be run which passes all tests
before a specific set of packages is declared a known good set. This
term is commonly used by frameworks and toolkits which are comprised of
multiple individual distributions.


Import Package

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


Known Good Set (KGS)

A set of distributions at specified versions which are compatible with
each other. Typically a test suite will be run which passes all tests
before a specific set of packages is declared a known good set. This
term is commonly used by frameworks and toolkits which are comprised of
multiple individual distributions.


Module

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

0 comments on commit 2554e5a

Please sign in to comment.