]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Finish incomplete sentence in docstring.
authorBen Darnell <ben@bendarnell.com>
Fri, 20 Mar 2015 01:29:26 +0000 (21:29 -0400)
committerBen Darnell <ben@bendarnell.com>
Fri, 20 Mar 2015 01:29:26 +0000 (21:29 -0400)
Fixes #1389

tornado/ioloop.py

index 3c7fb11115d520112a0707f5366b2485f787081d..f18d6985b2b9638fc4101037410a746e9d6c7f10 100644 (file)
@@ -189,8 +189,8 @@ class IOLoop(Configurable):
         one.
 
         .. versionchanged:: 4.1
-           Added ``instance`` argument to control the
-
+           Added ``instance`` argument to control the fallback to
+           `IOLoop.instance()`.
         """
         current = getattr(IOLoop._current, "instance", None)
         if current is None and instance: