Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af1baab commit 5439fc4Copy full SHA for 5439fc4
1 file changed
Doc/whatsnew/2.1.rst
@@ -367,7 +367,7 @@ dictionary::
367
368
This version works for simple things such as integers, but it has a side effect;
369
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
+never be deallocated until the Python process exits and cleans up. This isn't
371
very noticeable for integers, but if :func:`f` returns an object, or a data
372
structure that takes up a lot of memory, this can be a problem.
373
0 commit comments