aboutsummaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorSam Dunster <me@sdunster.com>2018-03-27 17:47:38 -0700
committerƁukasz Langa <lukasz@langa.pl>2018-03-27 17:47:38 -0700
commit65a34709f60711f7c46031d4c6c420f567bc790a (patch)
tree31c3e06c95384a93fff89e9f56cccbb3a6120c73 /Doc
parent8534d53333e4e918be82b041754ecd89af519e5b (diff)
downloadcpython3-65a34709f60711f7c46031d4c6c420f567bc790a.tar.gz
Fix senfile typo (#6265)
* Also in docs
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-eventloop.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst
index 3ee9939192..ca8055bd16 100644
--- a/Doc/library/asyncio-eventloop.rst
+++ b/Doc/library/asyncio-eventloop.rst
@@ -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.