]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
docs: Remove repeated lines. 2355/head
authorsinwar <premsinwar4@gmail.com>
Fri, 13 Apr 2018 22:56:10 +0000 (04:26 +0530)
committersinwar <premsinwar4@gmail.com>
Fri, 13 Apr 2018 22:56:17 +0000 (04:26 +0530)
It removes repeated lines in
docs for release 5.0.0

docs/releases/v5.0.0.rst

index d55c21d36906ff46772401ba7ed3495b541d7b9a..7f1325b8de71ffbc85a4ec428556fa45a0013013 100644 (file)
@@ -176,7 +176,7 @@ Other notes
   `tornado.util.TimeoutError`.
 - `.IOLoop.instance` is now a deprecated alias for `.IOLoop.current`.
 - `.IOLoop.install` and `.IOLoop.clear_instance` are deprecated.
-- ``IOLoop.initialized`` has been removed.
+- The ``IOLoop.initialized`` method has been removed.
 - On Python 3, the `asyncio`-backed `.IOLoop` is always used and
   alternative `.IOLoop` implementations cannot be configured.
   `.IOLoop.current` and related methods pass through to
@@ -199,7 +199,6 @@ Other notes
   ``PYTHONASYNCIODEBUG=1`` environment variable instead.
 - `.IOLoop.clear_current` now works if it is called before any
   current loop is established.
-- The ``IOLoop.initialized`` method has been removed.
 
 `tornado.iostream`
 ~~~~~~~~~~~~~~~~~~