Commit ee72ac06 authored by Elvis Pranskevichus's avatar Elvis Pranskevichus Committed by Yury Selivanov

bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)

parent 0f54e00e
...@@ -546,7 +546,7 @@ Creating listening connections ...@@ -546,7 +546,7 @@ Creating listening connections
File Transferring File Transferring
----------------- -----------------
.. coroutinemethod:: AbstractEventLoop.sendfile(sock, transport, \ .. coroutinemethod:: AbstractEventLoop.sendfile(transport, file, \
offset=0, count=None, \ offset=0, count=None, \
*, fallback=True) *, fallback=True)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment