File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,15 +32,16 @@ Glossary
3232
3333 A versioned archive file that contains Python :term: `packages <Import
3434 Package> `, :term: `modules <module> `, and other resource files that are
35- used to distribute a :term: `Release `. The distribution file is what an
35+ used to distribute a :term: `Release `. The archive file is what an
3636 end-user will download from the internet and install.
3737
3838 A distribution package is more commonly referred to with the single
3939 words "package" or "distribution", but this guide may use the expanded
4040 term when more clarity is needed to prevent confusion with an
41- :term: `Import Package ` which is also commonly called a "package", or
42- another kind of distribution (e.g. Linux or Python itself), which often
43- use the single term "distribution".
41+ :term: `Import Package ` (which is also commonly called a "package") or
42+ another kind of distribution (e.g. a Linux distribution or the Python
43+ language distribution), which are often referred to with the single term
44+ "distribution".
4445
4546 Egg
4647
You can’t perform that action at this time.
0 commit comments