From 5eab1f6f8348497e87c19112786efb970e41f36e Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 12 Aug 2016 07:29:29 -0400 Subject: [PATCH] Fixed typo in docs/releases/1.9.txt --- docs/releases/1.9.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/releases/1.9.txt b/docs/releases/1.9.txt index 4051f7801c..ddd2085504 100644 --- a/docs/releases/1.9.txt +++ b/docs/releases/1.9.txt @@ -796,7 +796,7 @@ redirection specifically contained an absolute URL, of course). In the rare case that you need the old behavior (discovered with an ancient version of Apache with ``mod_scgi`` that interprets a relative redirect as an -"internal redirect", you can restore it by writing a custom middleware:: +"internal redirect"), you can restore it by writing a custom middleware:: class LocationHeaderFix(object): def process_response(self, request, response):