summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2016-08-12 07:29:29 -0400
committerTim Graham <timograham@gmail.com>2016-08-12 07:30:05 -0400
commit13fd711f107dee03eab3fb6f3595e8723c41650a (patch)
treefcaacaaf26cb1b4e7d622bf84f7278eaea2d92c5 /docs
parent80e0ff7f91ac2db0f89ac58cc4ffe7f38aea2a38 (diff)
[1.10.x] Fixed typo in docs/releases/1.9.txt
Backport of 5eab1f6f8348497e87c19112786efb970e41f36e from master
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.9.txt2
1 files changed, 1 insertions, 1 deletions
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):