Skip to content

Commit 9147b8b

Browse files
authored
Update functools.rst
1 parent f591af5 commit 9147b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/functools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The :mod:`functools` module defines the following functions:
5050
479001600
5151

5252
The cache is threadsafe so that the wrapped function can be used in
53-
multiple threads. This means that the underlying data structure will
53+
multiple threads. This means that the underlying data structure will
5454
remain coherent during concurrent updates.
5555

5656
It is possible for the wrapped function to be called more than once if

0 commit comments

Comments
 (0)