commit | 65a34709f60711f7c46031d4c6c420f567bc790a | [log] [tgz] |
---|---|---|
author | Sam Dunster <me@sdunster.com> | Tue Mar 27 17:47:38 2018 -0700 |
committer | Ćukasz Langa <lukasz@langa.pl> | Tue Mar 27 17:47:38 2018 -0700 |
tree | 31c3e06c95384a93fff89e9f56cccbb3a6120c73 | |
parent | 8534d53333e4e918be82b041754ecd89af519e5b [diff] [blame] |
Fix senfile typo (#6265) * Also in docs
diff --git a/Lib/asyncio/events.py b/Lib/asyncio/events.py index fcca5d4..40946bb 100644 --- a/Lib/asyncio/events.py +++ b/Lib/asyncio/events.py
@@ -24,7 +24,7 @@ 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. """