summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: