1 parent 3312817 commit a66496cCopy full SHA for a66496c
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