[Python-checkins] cpython: [minor] Doc fix in old python doc.

senthil.kumaran python-checkins at python.org
Thu Apr 21 03:23:13 EDT 2016


https://hg.python.org/cpython/rev/496e094f4734
changeset:   101087:496e094f4734
user:        Senthil Kumaran <senthil at uthcode.com>
date:        Thu Apr 21 00:23:08 2016 -0700
summary:
  [minor] Doc fix in old python doc.

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


diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst
--- a/Doc/whatsnew/2.1.rst
+++ b/Doc/whatsnew/2.1.rst
@@ -367,7 +367,7 @@
 
 This version works for simple things such as integers, but it has a side effect;
 the ``_cache`` dictionary holds a reference to the return values, so they'll
-never be deallocated until the Python process exits and cleans up This isn't
+never be deallocated until the Python process exits and cleans up. This isn't
 very noticeable for integers, but if :func:`f` returns an object, or a data
 structure that takes up a lot of memory, this can be a problem.
 

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


More information about the Python-checkins mailing list