Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5439fc4

Browse files
committed
[minor] Doc fix in old python doc.
1 parent af1baab commit 5439fc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/2.1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ dictionary::
367367

368368
This version works for simple things such as integers, but it has a side effect;
369369
the ``_cache`` dictionary holds a reference to the return values, so they'll
370-
never be deallocated until the Python process exits and cleans up This isn't
370+
never be deallocated until the Python process exits and cleans up. This isn't
371371
very noticeable for integers, but if :func:`f` returns an object, or a data
372372
structure that takes up a lot of memory, this can be a problem.
373373

0 commit comments

Comments
 (0)