mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
parent
8534d53333
commit
65a34709f6
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ from . import format_helpers
|
|||
class SendfileNotAvailableError(RuntimeError):
|
||||
"""Sendfile syscall is not available.
|
||||
|
||||
Raised if OS does not support senfile syscall for given socket or
|
||||
Raised if OS does not support sendfile syscall for given socket or
|
||||
file type.
|
||||
"""
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue