diff --git a/source/glossary.rst b/source/glossary.rst index 00d798e39..dc6211833 100644 --- a/source/glossary.rst +++ b/source/glossary.rst @@ -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 @@ -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