Skip to content

Commit a712c4b

Browse files
Remove action=None kwarg from Barrier docs (GH-93538) (GH-93551)
(cherry picked from commit 71c8f96) Co-authored-by: Thomas Grainger <[email protected]>
1 parent 6787a8f commit a712c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-sync.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ BoundedSemaphore
345345
Barrier
346346
=======
347347

348-
.. class:: Barrier(parties, action=None)
348+
.. class:: Barrier(parties)
349349

350350
A barrier object. Not thread-safe.
351351

0 commit comments

Comments
 (0)