Kaydet (Commit) 211c0dbc authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Łukasz Langa

Fix senfile typo (GH-6265) (#6274)

* Also in docs
(cherry picked from commit 65a34709)
Co-authored-by: 's avatarSam Dunster <me@sdunster.com>
üst 6a2539c4
......@@ -1114,7 +1114,7 @@ SendfileNotAvailableError
Sendfile syscall is not available, subclass of :exc:`RuntimeError`.
Raised if the OS does not support senfile syscall for
Raised if the OS does not support sendfile syscall for
given socket or file type.
......
......@@ -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.
"""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment