[minor] Doc fix in old python doc.

This commit is contained in:
Senthil Kumaran 2016-04-21 00:23:08 -07:00
parent af1baabfce
commit 5439fc4901
1 changed files with 1 additions and 1 deletions

View 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.