summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/2.1.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2016-04-21 07:23:08 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2016-04-21 07:23:08 (GMT)
commit5439fc4901dbc7ab0fc0c8d2b2266e05d0019a92 (patch)
tree5b1bb0abb6e56fa6895a3807c58a303123b1048d /Doc/whatsnew/2.1.rst
parentaf1baabfce5efb5c48970942cd0be0832d0d0ed9 (diff)
downloadcpython-5439fc4901dbc7ab0fc0c8d2b2266e05d0019a92.zip
cpython-5439fc4901dbc7ab0fc0c8d2b2266e05d0019a92.tar.gz
cpython-5439fc4901dbc7ab0fc0c8d2b2266e05d0019a92.tar.bz2
[minor] Doc fix in old python doc.
Diffstat (limited to 'Doc/whatsnew/2.1.rst')
-rw-r--r--Doc/whatsnew/2.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst
index e55eaac..6e192dc 100644
--- a/Doc/whatsnew/2.1.rst
+++ b/Doc/whatsnew/2.1.rst
@@ -367,7 +367,7 @@ dictionary::
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.