From e66af33dfb947d24229b72c242ffc67229d31619 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 2 Mar 2018 15:45:43 -0500 Subject: [PATCH] ioloop: Fix docstring typo Fixes #2283 --- tornado/ioloop.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tornado/ioloop.py b/tornado/ioloop.py index 493cbea94..b3fc35676 100644 --- a/tornado/ioloop.py +++ b/tornado/ioloop.py @@ -244,7 +244,7 @@ class IOLoop(Configurable): Previously, this method would clear the `IOLoop` used as the global singleton by `IOLoop.instance()`. Now that `instance()` is an alias for `current()`, - `clear_instance()` is an alias for `clear_instance()`. + `clear_instance()` is an alias for `clear_current()`. .. deprecated:: 5.0 -- 2.47.2