Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8534d53 commit 65a3470Copy full SHA for 65a3470
2 files changed
Doc/library/asyncio-eventloop.rst
@@ -1114,7 +1114,7 @@ SendfileNotAvailableError
1114
1115
Sendfile syscall is not available, subclass of :exc:`RuntimeError`.
1116
1117
- Raised if the OS does not support senfile syscall for
+ Raised if the OS does not support sendfile syscall for
1118
given socket or file type.
1119
1120
Lib/asyncio/events.py
@@ -24,7 +24,7 @@
24
class SendfileNotAvailableError(RuntimeError):
25
"""Sendfile syscall is not available.
26
27
- Raised if OS does not support senfile syscall for given socket or
+ Raised if OS does not support sendfile syscall for given socket or
28
file type.
29
"""
30
0 commit comments