]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix sphinx formatting of new docstring
authorBen Darnell <ben@bendarnell.com>
Wed, 4 Jul 2012 05:24:28 +0000 (22:24 -0700)
committerBen Darnell <ben@bendarnell.com>
Wed, 4 Jul 2012 05:24:28 +0000 (22:24 -0700)
tornado/testing.py

index 034ffafcec44f5135b79426a02c63ea126f4ad42..42fec8e722867fff57943bab68c618b245dd2e6a 100644 (file)
@@ -392,13 +392,11 @@ def main(**kwargs):
         # Runs one test
         python -m tornado.test.runtests tornado.test.stack_context_test
 
-    Args:
-      kwargs: Keyword arguments passed through to unittest.main().
-        For example:
-          tornado.testing.main(verbosity=2)
-        to show many test details as they are run.
-        See http://docs.python.org/library/unittest.html#unittest.main
-        for full argument list.
+    Additional keyword arguments passed through to ``unittest.main()``.
+    For example, use ``tornado.testing.main(verbosity=2)``
+    to show many test details as they are run.
+    See http://docs.python.org/library/unittest.html#unittest.main
+    for full argument list.
     """
     from tornado.options import define, options, parse_command_line