1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

[1.2.X] Fixed #15710 - removed "that that" typos.

Backport of r15942 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.3.X@15943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Timo Graham
2011-03-29 10:25:18 +00:00
parent ce9b216882
commit d935b232a2
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ introduce controlled coupling for convenience's sake.
:func:`render()` is the same as a call to
:func:`render_to_response()` with a `context_instance` argument that
that forces the use of a :class:`~django.template.RequestContext`.
forces the use of a :class:`~django.template.RequestContext`.
Required arguments
------------------