]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove action=None kwarg from Barrier docs (GH-93538) (GH-93551)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 6 Jun 2022 18:10:12 +0000 (11:10 -0700)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 18:10:12 +0000 (20:10 +0200)
(cherry picked from commit 71c8f96971ead9b09fa381392b2c2188d36b5f59)

Co-authored-by: Thomas Grainger <tagrain@gmail.com>
Doc/library/asyncio-sync.rst

index 39c666ee7b20e4884bd4399285f967ca141e3371..b87b1c54bd992bcc1b892b7b3263f3fa983635db 100644 (file)
@@ -345,7 +345,7 @@ BoundedSemaphore
 Barrier
 =======
 
-.. class:: Barrier(parties, action=None)
+.. class:: Barrier(parties)
 
    A barrier object.  Not thread-safe.