mirror of
https://github.com/django/django.git
synced 2025-02-08 08:26:13 +00:00
Merge pull request #554 from zedr/master
Minor spelling error in a docstring
This commit is contained in:
commit
9d7130e066
@ -46,7 +46,7 @@ def render(request, *args, **kwargs):
|
|||||||
|
|
||||||
def redirect(to, *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.
|
passed.
|
||||||
|
|
||||||
The arguments could be:
|
The arguments could be:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user