Skip to content

Commit 65a3470

Browse files
sdunsterambv
authored andcommitted
Fix senfile typo (#6265)
* Also in docs
1 parent 8534d53 commit 65a3470

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,7 @@ SendfileNotAvailableError
11141114

11151115
Sendfile syscall is not available, subclass of :exc:`RuntimeError`.
11161116

1117-
Raised if the OS does not support senfile syscall for
1117+
Raised if the OS does not support sendfile syscall for
11181118
given socket or file type.
11191119

11201120

Lib/asyncio/events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
class SendfileNotAvailableError(RuntimeError):
2525
"""Sendfile syscall is not available.
2626
27-
Raised if OS does not support senfile syscall for given socket or
27+
Raised if OS does not support sendfile syscall for given socket or
2828
file type.
2929
"""
3030

0 commit comments

Comments
 (0)