Browse Source

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

pull/5370/head
Elvis Pranskevichus 8 years ago
committed by Yury Selivanov
parent
commit
ee72ac0683
  1. 2
      Doc/library/asyncio-eventloop.rst

2
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)

Loading…
Cancel
Save