Skip to content

Commit 6748034

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

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
@@ -59,7 +59,7 @@ The :mod:`functools` module defines the following functions:
5959

6060
Call-once behavior is not guaranteed because locks are not held during the
6161
function call. Potentially another call with the same arguments could
62-
occur before the first call has returned.
62+
occur before the first call is completed.
6363

6464
.. versionadded:: 3.9
6565

0 commit comments

Comments
 (0)