Skip to content

Commit

Permalink
Remove action=None kwarg from Barrier docs (pythonGH-93538) (pythonGH…
Browse files Browse the repository at this point in the history
…-93551)

(cherry picked from commit 71c8f96)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
  • Loading branch information
miss-islington and graingert authored Jun 6, 2022
1 parent 6787a8f commit a712c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/library/asyncio-sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ BoundedSemaphore
Barrier
=======

.. class:: Barrier(parties, action=None)
.. class:: Barrier(parties)

A barrier object. Not thread-safe.

Expand Down

0 comments on commit a712c4b

Please sign in to comment.