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 9147b8b commit 6748034Copy full SHA for 6748034
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 has returned.
+ occur before the first call is completed.
63
64
.. versionadded:: 3.9
65
0 commit comments