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 813ea97 commit f591af5Copy full SHA for f591af5
Doc/library/functools.rst
@@ -58,14 +58,9 @@ The :mod:`functools` module defines the following functions:
58
completed and cached.
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 occur
62
- before the first call has returned.
+ function call. Potentially another call with the same arguments could
+ occur before the first call has returned.
63
64
-
65
-<<<<<<< HEAD
66
-=======
67
68
->>>>>>> ad161da7c8 (fixes)
69
.. versionadded:: 3.9
70
71
0 commit comments