]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
options: Fix RST syntax
authorBen Darnell <ben@bendarnell.com>
Sun, 30 Jan 2022 20:18:16 +0000 (15:18 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 30 Jan 2022 20:18:44 +0000 (15:18 -0500)
tornado/options.py

index 78c7fd8331bf6b923f3ef831f1ed0ea0956367e7..e62f7efe89b843a11ef64281ec16f595fdb1383c 100644 (file)
@@ -90,7 +90,7 @@ instances to define isolated sets of options, such as for subcommands.
 
    `parse_command_line` or `parse_config_file` function should called after
    logging configuration and user-defined command line flags using the
-   `callback` option definition, or these configurations will not take effect.
+   ``callback`` option definition, or these configurations will not take effect.
 
 .. versionchanged:: 4.3
    Dashes and underscores are fully interchangeable in option names;