From 2bca9a4edaddbecfec4b5e25b21d8e439bba7495 Mon Sep 17 00:00:00 2001 From: Rigel Di Scala Date: Fri, 23 Nov 2012 16:20:18 +0000 Subject: [PATCH] Fix spelling error in the docstring --- django/shortcuts/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: