From: Senthil Kumaran Date: Thu, 21 Apr 2016 07:23:08 +0000 (-0700) Subject: [minor] Doc fix in old python doc. X-Git-Tag: v3.6.0a1~152 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5439fc4901dbc7ab0fc0c8d2b2266e05d0019a92;p=thirdparty%2FPython%2Fcpython.git [minor] Doc fix in old python doc. --- diff --git a/Doc/whatsnew/2.1.rst b/Doc/whatsnew/2.1.rst index e55eaace26af..6e192dcd22d0 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.