]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove action=None kwarg from Barrier docs (GH-93538)
authorThomas Grainger <tagrain@gmail.com>
Mon, 6 Jun 2022 17:28:05 +0000 (18:28 +0100)
committerGitHub <noreply@github.com>
Mon, 6 Jun 2022 17:28:05 +0000 (19:28 +0200)
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.