summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorElvis Pranskevichus <elvis@magic.io>2018-01-27 22:11:10 (GMT)
committerYury Selivanov <yury@magic.io>2018-01-27 22:11:10 (GMT)
commitee72ac0683e685b134f67cb0c6612c664ecadb65 (patch)
tree0600d32974c97a68e6e09c32289e4ebb57bd289d /Doc/library
parent0f54e00e9633638a8da7f35b2f65556396eedfd0 (diff)
downloadcpython-ee72ac0683e685b134f67cb0c6612c664ecadb65.zip
cpython-ee72ac0683e685b134f67cb0c6612c664ecadb65.tar.gz
cpython-ee72ac0683e685b134f67cb0c6612c664ecadb65.tar.bz2
bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index fe16223..78ae183 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -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)