From cdac6dc411b3a765bd2eae79f55f0049e5b11cf2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 19 Dec 2010 02:41:51 -0500 Subject: reference module from package --- docs/glossary.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/glossary.rst') 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 -- cgit v1.2.3