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 108e455 commit 9609460Copy full SHA for 9609460
Doc/library/functools.rst
@@ -101,8 +101,7 @@ The :mod:`functools` module defines the following functions:
101
return sum(sentence.count(vowel) for vowel in 'aeiou')
102
103
If *maxsize* is set to ``None``, the LRU feature is disabled and the cache can
104
- grow without bound. The LRU feature performs best when *maxsize* is a
105
- power-of-two.
+ grow without bound.
106
107
If *typed* is set to true, function arguments of different types will be
108
cached separately. For example, ``f(3)`` and ``f(3.0)`` will be treated
0 commit comments