]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35395: fix typos in asyncio eventloop documentation (GH-10880)
authorNaglis <naglis@users.noreply.github.com>
Tue, 4 Dec 2018 07:31:15 +0000 (09:31 +0200)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Dec 2018 07:31:15 +0000 (23:31 -0800)
commit17473347942353946fe455f797a2197cb89c1090
tree4ebee987851646a495307266c4d3ff100502a5ca
parent8ca0fa9d2f4de6e69f0902790432e0ab2f37ba68
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
Doc/library/asyncio-eventloop.rst