bpo-34746: Fix stop -> close (GH-9437)

This commit is contained in:
Yury Selivanov 2018-09-20 01:17:09 -04:00 committed by GitHub
parent fd54a45f79
commit ffef50f1f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ See also the main documentation section about the
* - :meth:`loop.stop`
- Stop the event loop.
* - :meth:`loop.stop`
* - :meth:`loop.close`
- Close the event loop.
* - :meth:`loop.is_running()`