diff options
| author | Rigel Di Scala <rigeld@gmail.com> | 2012-11-23 16:20:18 +0000 |
|---|---|---|
| committer | Rigel Di Scala <rigeld@gmail.com> | 2012-11-23 16:20:18 +0000 |
| commit | 2bca9a4edaddbecfec4b5e25b21d8e439bba7495 (patch) | |
| tree | 575373c0f0d5ee66184e747634b4a069b59da6b4 | |
| parent | fbd1df8e16fc17a5d73f36136298c20b8ec3d618 (diff) | |
Fix spelling error in the docstring
| -rw-r--r-- | django/shortcuts/__init__.py | 2 |
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: |
