From ae79dfab339309f150e63be92c8ec0c58e13043e Mon Sep 17 00:00:00 2001 From: Michael Merickel Date: Tue, 2 Oct 2018 02:24:04 -0500 Subject: fix lints --- docs/narr/viewconfig.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/viewconfig.rst b/docs/narr/viewconfig.rst index 7e6617b78..c44109661 100644 --- a/docs/narr/viewconfig.rst +++ b/docs/narr/viewconfig.rst @@ -1090,7 +1090,7 @@ In this case, the ``application/json`` view should always be selected in cases w .. _default_accept_ordering: Default Accept Ordering -+++++++++++++++++++++++ +~~~~~~~~~~~~~~~~~~~~~~~ :app:`Pyramid` will always sort multiple views with the same ``(name, context, route_name)`` first by the specificity of the ``accept`` offer. This means that ``text/plain`` will always be offered before ``text/*``. -- cgit v1.2.3