]> granicus.if.org Git - python/commitdiff
[minor] Doc fix in old python doc.
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 21 Apr 2016 07:23:08 +0000 (00:23 -0700)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 21 Apr 2016 07:23:08 +0000 (00:23 -0700)
Doc/whatsnew/2.1.rst

index e55eaace26afcd2e61e12c89f02ffdd07b169273..6e192dcd22d08fcd3fef511d0c5ef6f2c9b53231 100644 (file)
@@ -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.