Kaydet (Commit) ee72ac06 authored tarafından Elvis Pranskevichus's avatar Elvis Pranskevichus Kaydeden (comit) Yury Selivanov

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

üst 0f54e00e
......@@ -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)
......
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