Skip to content

Commit

Permalink
Remove action=None kwarg from Barrier docs (GH-93538)
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert committed Jun 6, 2022
1 parent 22fed60 commit 71c8f96
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 71c8f96

Please sign in to comment.