]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
ioloop: Fix docstring typo
authorBen Darnell <ben@bendarnell.com>
Fri, 2 Mar 2018 20:45:43 +0000 (15:45 -0500)
committerBen Darnell <ben@bendarnell.com>
Fri, 2 Mar 2018 20:45:43 +0000 (15:45 -0500)
Fixes #2283

tornado/ioloop.py

index 493cbea94d27265ee591e64f1a865c7533ddeb6a..b3fc35676960dbb9d929c0ed724997eedc0091a0 100644 (file)
@@ -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