diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/glossary.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 32e006b70..a1f1ef769 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -59,6 +59,7 @@ Glossary package A directory on disk which contains an ``__init__.py`` file, making it recognizable to Python as a location which can be ``import`` -ed. + A package exists to contain :term:`module` files. module A Python source file; a file on the filesystem that typically ends with |
