Browse Source

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

pull/9534/head
Yury Selivanov 8 years ago
committed by GitHub
parent
commit
ffef50f1f5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Doc/library/asyncio-llapi-index.rst

2
Doc/library/asyncio-llapi-index.rst

@ -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()`

Loading…
Cancel
Save