Remove action=None kwarg from Barrier docs (GH-93538)

This commit is contained in:
Thomas Grainger 2022-06-06 18:28:05 +01:00 committed by GitHub
parent 22fed605e0
commit 71c8f96971
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -345,7 +345,7 @@ BoundedSemaphore
Barrier
=======
.. class:: Barrier(parties, action=None)
.. class:: Barrier(parties)
A barrier object. Not thread-safe.