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