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
cf6f72e3
Commit
cf6f72e3
authored
Dec 03, 2013
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in asyncio.AbstractServer documentation
parent
c6fba92e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-protocol.rst
+1
-1
Lib/asyncio/events.py
Lib/asyncio/events.py
+1
-1
No files found.
Doc/library/asyncio-protocol.rst
View file @
cf6f72e3
...
...
@@ -515,7 +515,7 @@ Server
.. class:: AbstractServer
Abstract server returned by
create_service()
.
Abstract server returned by
:func:`BaseEventLoop.create_server`
.
.. method:: close()
...
...
Lib/asyncio/events.py
View file @
cf6f72e3
...
...
@@ -99,7 +99,7 @@ class TimerHandle(Handle):
class
AbstractServer
:
"""Abstract server returned by create_serv
ice
()."""
"""Abstract server returned by create_serv
er
()."""
def
close
(
self
):
"""Stop serving. This leaves existing connections open."""
...
...
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