Skip to content

Commit 84cdc6c

Browse files
fixing lints
Signed-off-by: grantlouisherman <grantlouisherman041@gmail.com>
1 parent f247be0 commit 84cdc6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
:mod:`asyncio`: ``sendfile()`` and ``sock_sendfile()`` event loop methods
2-
now call ``file.seek(offset)`` if *file* has a `seek()` method,
3-
even if *offset* is `0` (default value)`.
2+
now call ``file.seek(offset)`` if *file* has a ``seek()`` method,
3+
even if *offset* is ``0`` (default value).

0 commit comments

Comments
 (0)