summaryrefslogtreecommitdiffstats
path: root/Doc/glossary.rst
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2012-07-30 20:24:12 (GMT)
committerBarry Warsaw <barry@python.org>2012-07-30 20:24:12 (GMT)
commitc1e721b97909a3ca7b318901968d5d8ec74be9c8 (patch)
tree23dd500e30e308ee0195dc7fe83b5bfcd2c5583f /Doc/glossary.rst
parent38732ea8326409e14350de1442558d6b9cf3a443 (diff)
downloadcpython-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.rst2
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