summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@thenicols.net>2015-12-23 21:33:59 +0000
committerTim Graham <timograham@gmail.com>2015-12-23 18:35:29 -0500
commit28d05a4c195e2e01cdbc1435d58b44ece5ccc170 (patch)
tree8fb1022a690f87ba241e0592c85ba05fc64e550e /docs
parent32c7d93e5f0638c5a1ec8e2525c967be444fcef1 (diff)
Refs #25963 -- Fixed typo in docs/topics/http/shortcuts.txt
Diffstat (limited to 'docs')
-rw-r--r--docs/topics/http/shortcuts.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt
index e831ad1c69..8c11514507 100644
--- a/docs/topics/http/shortcuts.txt
+++ b/docs/topics/http/shortcuts.txt
@@ -87,7 +87,7 @@ This example is equivalent to::
.. function:: render_to_response(template_name, context=None, content_type=None, status=None, using=None)
This function preceded the introduction of :func:`render` and works
- similarly except that it doesn't making the ``request`` available in the
+ similarly except that it doesn't make the ``request`` available in the
response. It's not recommended and is likely to be deprecated in the future.
``redirect``