]> granicus.if.org Git - python/commitdiff
bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)
authorElvis Pranskevichus <elvis@magic.io>
Sat, 27 Jan 2018 22:11:10 +0000 (17:11 -0500)
committerYury Selivanov <yury@magic.io>
Sat, 27 Jan 2018 22:11:10 +0000 (17:11 -0500)
Doc/library/asyncio-eventloop.rst

index fe162236e010da77592395fa7e217410319e4983..78ae18391f73cd0baeb1c42f6dece876b7be8946 100644 (file)
@@ -546,7 +546,7 @@ Creating listening connections
 File Transferring
 -----------------
 
-.. coroutinemethod:: AbstractEventLoop.sendfile(sock, transport, \
+.. coroutinemethod:: AbstractEventLoop.sendfile(transport, file, \
                                                 offset=0, count=None, \
                                                 *, fallback=True)