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:
Miss Islington (bot) 2022-06-06 11:10:12 -07:00 committed by GitHub
parent 6787a8f146
commit a712c4b26c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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