mirror of https://github.com/python/cpython.git
bpo-32622: Fix AbstractEventLoop.sendfile signature in documentation. (GH-5368)
This commit is contained in:
parent
0f54e00e96
commit
ee72ac0683
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue