mirror of https://github.com/python/cpython
Remove action=None kwarg from Barrier docs (GH-93538)
This commit is contained in:
parent
22fed605e0
commit
71c8f96971
|
@ -345,7 +345,7 @@ BoundedSemaphore
|
|||
Barrier
|
||||
=======
|
||||
|
||||
.. class:: Barrier(parties, action=None)
|
||||
.. class:: Barrier(parties)
|
||||
|
||||
A barrier object. Not thread-safe.
|
||||
|
||||
|
|
Loading…
Reference in New Issue