summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAymeric Augustin <aymeric.augustin@m4x.org>2012-11-24 13:47:09 -0800
committerAymeric Augustin <aymeric.augustin@m4x.org>2012-11-24 13:47:09 -0800
commit9d7130e066310d3d9bdc69ad2c7403713304f727 (patch)
tree3f846e6de22caa6bfead2c7d29069b701d95aa35
parentd26691958443a4b968fecba5510c37768153fafa (diff)
parent2bca9a4edaddbecfec4b5e25b21d8e439bba7495 (diff)
Merge pull request #554 from zedr/master
Minor spelling error in a docstring
-rw-r--r--django/shortcuts/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/shortcuts/__init__.py b/django/shortcuts/__init__.py
index a824446b7e..0746e843a3 100644
--- a/django/shortcuts/__init__.py
+++ b/django/shortcuts/__init__.py
@@ -46,7 +46,7 @@ def render(request, *args, **kwargs):
def redirect(to, *args, **kwargs):
"""
- Returns an HttpResponseRedirect to the apropriate URL for the arguments
+ Returns an HttpResponseRedirect to the appropriate URL for the arguments
passed.
The arguments could be: