Style as in-line code

This commit is contained in:
Cedric Wille 2022-05-06 08:59:17 -04:00
parent b5bd2e1b8a
commit b9debc05c4

View file

@ -213,8 +213,8 @@ class Application(CallbackManager, web.Application):
.. rubric:: settings['server']
If the `server` parameter is provided, it will be used for the server
header. Otherwise, the server header will default as {service}/{version}
or {service}.
header. Otherwise, the server header will default as
``{service}/{version}`` or ``{service}``.
"""