From b9debc05c484e9dbbc3a8de096fc18ea202a0ff9 Mon Sep 17 00:00:00 2001 From: Cedric Wille Date: Fri, 6 May 2022 08:59:17 -0400 Subject: [PATCH] Style as in-line code --- sprockets/http/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sprockets/http/app.py b/sprockets/http/app.py index ac78899..28d0bfe 100644 --- a/sprockets/http/app.py +++ b/sprockets/http/app.py @@ -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}``. """