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 d440a0f commit dfab589Copy full SHA for dfab589
Doc/library/functools.rst
@@ -46,7 +46,7 @@ The :mod:`functools` module defines the following functions:
46
3628800
47
>>> factorial(5) # just looks up cached value result
48
120
49
- >>> factorial(12) # makes two new recursive calls, the other 10 are cached
+ >>> factorial(12) # makes two new recursive calls, the other 11 are cached
50
479001600
51
52
The cache is threadsafe so that the wrapped function can be used in
0 commit comments