mirror of
https://github.com/Hopiu/django.git
synced 2026-04-15 12:31:07 +00:00
Fix spelling error in the docstring
This commit is contained in:
parent
fbd1df8e16
commit
2bca9a4eda
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue