mirror of https://github.com/python/cpython
Remove action=None kwarg from Barrier docs (GH-93538) (GH-93551)
(cherry picked from commit 71c8f96971
)
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
This commit is contained in:
parent
6787a8f146
commit
a712c4b26c
|
@ -345,7 +345,7 @@ BoundedSemaphore
|
||||||
Barrier
|
Barrier
|
||||||
=======
|
=======
|
||||||
|
|
||||||
.. class:: Barrier(parties, action=None)
|
.. class:: Barrier(parties)
|
||||||
|
|
||||||
A barrier object. Not thread-safe.
|
A barrier object. Not thread-safe.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue