Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
65a34709
Commit
65a34709
authored
Mar 27, 2018
by
Sam Dunster
Committed by
Łukasz Langa
Mar 27, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix senfile typo (#6265)
* Also in docs
parent
8534d533
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+1
-1
Lib/asyncio/events.py
Lib/asyncio/events.py
+1
-1
No files found.
Doc/library/asyncio-eventloop.rst
View file @
65a34709
...
...
@@ -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 sen
d
file syscall for
given socket or file type.
...
...
Lib/asyncio/events.py
View file @
65a34709
...
...
@@ -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 sen
d
file syscall for given socket or
file type.
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment