[Python-checkins] cpython (2.7): Issue #25286: Accidentally dropped "the"

martin.panter python-checkins at python.org
Wed Oct 7 06:40:52 EDT 2015


https://hg.python.org/cpython/rev/04815b55227f
changeset:   98586:04815b55227f
branch:      2.7
user:        Martin Panter <vadmium+py at gmail.com>
date:        Wed Oct 07 10:39:13 2015 +0000
summary:
  Issue #25286: Accidentally dropped "the"

files:
  Doc/glossary.rst |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Doc/glossary.rst b/Doc/glossary.rst
--- a/Doc/glossary.rst
+++ b/Doc/glossary.rst
@@ -186,7 +186,7 @@
       The objects returned from :meth:`dict.viewkeys`, :meth:`dict.viewvalues`,
       and :meth:`dict.viewitems` are called dictionary views. They provide a dynamic
       view on the dictionary’s entries, which means that when the dictionary
-      changes, the view reflects these changes. To force
+      changes, the view reflects these changes. To force the
       dictionary view to become a full list use ``list(dictview)``.  See
       :ref:`dict-views`.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list