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 bb6a5a6 commit d821d97Copy full SHA for d821d97
Doc/library/functools.rst
@@ -59,7 +59,7 @@ The :mod:`functools` module defines the following functions:
59
60
Call-once behavior is not guaranteed because locks are not held during the
61
function call. Potentially another call with the same arguments could
62
- occur before the first call is completed.
+ occur while the first call is still running.
63
64
.. versionadded:: 3.9
65
0 commit comments