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
4f49c1c3
Commit
4f49c1c3
authored
Jan 20, 2016
by
Berker Peksag
Browse files
Options
Browse Files
Download
Plain Diff
Issue #26157: Fix typos in asyncio-eventloop.rst
Initial patch by Carlo Beccarini.
parents
33abe9a2
49c9edf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-eventloop.rst
+4
-4
No files found.
Doc/library/asyncio-eventloop.rst
View file @
4f49c1c3
...
...
@@ -739,11 +739,11 @@ Server
Stop serving: close listening sockets and set the :attr:`sockets`
attribute to ``None``.
The sockets that represent existing incoming client connections are
leaved
open.
The sockets that represent existing incoming client connections are
left
open.
The server is closed asynch
onously, use the :meth:`wait_closed` coroutine
to wait until the server is closed.
The server is closed asynch
ronously, use the :meth:`wait_closed`
coroutine
to wait until the server is closed.
.. coroutinemethod:: wait_closed()
...
...
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