[Python-checkins] Remove action=None kwarg from Barrier docs (GH-93538) (GH-93551)

ambv webhook-mailer at python.org
Mon Jun 6 14:10:16 EDT 2022


https://github.com/python/cpython/commit/a712c4b26c885d5e543891899e410e9bfa244821
commit: a712c4b26c885d5e543891899e410e9bfa244821
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2022-06-06T20:10:12+02:00
summary:

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

(cherry picked from commit 71c8f96971ead9b09fa381392b2c2188d36b5f59)

Co-authored-by: Thomas Grainger <tagrain at gmail.com>

files:
M Doc/library/asyncio-sync.rst

diff --git a/Doc/library/asyncio-sync.rst b/Doc/library/asyncio-sync.rst
index 39c666ee7b20e..b87b1c54bd992 100644
--- a/Doc/library/asyncio-sync.rst
+++ b/Doc/library/asyncio-sync.rst
@@ -345,7 +345,7 @@ BoundedSemaphore
 Barrier
 =======
 
-.. class:: Barrier(parties, action=None)
+.. class:: Barrier(parties)
 
    A barrier object.  Not thread-safe.
 



More information about the Python-checkins mailing list