diff options
author | Barry Warsaw <barry@python.org> | 2012-07-30 20:24:12 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2012-07-30 20:24:12 (GMT) |
commit | c1e721b97909a3ca7b318901968d5d8ec74be9c8 (patch) | |
tree | 23dd500e30e308ee0195dc7fe83b5bfcd2c5583f /Doc/glossary.rst | |
parent | 38732ea8326409e14350de1442558d6b9cf3a443 (diff) | |
download | cpython-c1e721b97909a3ca7b318901968d5d8ec74be9c8.zip cpython-c1e721b97909a3ca7b318901968d5d8ec74be9c8.tar.gz cpython-c1e721b97909a3ca7b318901968d5d8ec74be9c8.tar.bz2 |
Address substantially all of Eric Snow's comments in issue #15295, except for
those which now have additional XXX's here. I'll get to those later. :)
Diffstat (limited to 'Doc/glossary.rst')
-rw-r--r-- | Doc/glossary.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/glossary.rst b/Doc/glossary.rst index 809be6f..5eaefd5 100644 --- a/Doc/glossary.rst +++ b/Doc/glossary.rst @@ -475,7 +475,7 @@ Glossary module An object that serves as an organizational unit of Python code. Modules - have a namespace contain arbitrary Python objects. Modules are loaded + have a namespace containing arbitrary Python objects. Modules are loaded into Python by the process of :term:`importing`. MRO |