]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Dec 2018 07:36:31 +0000 (23:36 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Dec 2018 07:36:31 +0000 (23:36 -0800)
commit6627d3ae1e151095fda4ec2592c7cfb759f23669
tree329e092eb70d3c67cb75ca260bb37e17de443ad9
parent5eb78c75128187a36d8e983027632fa51cc2ff4d
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)

Fixes `loop.add_writer` and `loop.add_signal_handler` method documentation to correctly reference the callback parameter from method signature.

https://bugs.python.org/issue35395
(cherry picked from commit 17473347942353946fe455f797a2197cb89c1090)

Co-authored-by: Naglis <naglis@users.noreply.github.com>
Doc/library/asyncio-eventloop.rst