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 f591af5 commit 9147b8bCopy full SHA for 9147b8b
Doc/library/functools.rst
@@ -50,7 +50,7 @@ The :mod:`functools` module defines the following functions:
50
479001600
51
52
The cache is threadsafe so that the wrapped function can be used in
53
- multiple threads. This means that the underlying data structure will
+ multiple threads. This means that the underlying data structure will
54
remain coherent during concurrent updates.
55
56
It is possible for the wrapped function to be called more than once if
0 commit comments