From: Ben Darnell Date: Sun, 30 Jan 2022 20:18:16 +0000 (-0500) Subject: options: Fix RST syntax X-Git-Tag: v6.2.0b1~26^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a76a58d655ab8a4cbc3c1e3a93019b63cf83949c;p=thirdparty%2Ftornado.git options: Fix RST syntax --- diff --git a/tornado/options.py b/tornado/options.py index 78c7fd833..e62f7efe8 100644 --- a/tornado/options.py +++ b/tornado/options.py @@ -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;