mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 11:19:26 +00:00
Style as in-line code
This commit is contained in:
parent
b5bd2e1b8a
commit
b9debc05c4
1 changed files with 2 additions and 2 deletions
|
@ -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}``.
|
||||
|
||||
"""
|
||||
|
||||
|
|
Loading…
Reference in a new issue