diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2007-07-03 19:21:33 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2007-07-03 19:21:33 +0000 |
| commit | 3d6785fb8e9d45d2a0e1e1dea0d7472550198724 (patch) | |
| tree | 323407a58285e5f957b5c24979ce02cb6cf85c01 /docs | |
| parent | 107dd8938568ba5e47c732366698a7668040ffa1 (diff) | |
Fixed tabs -> spaces in [5598]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5599 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/templates_python.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates_python.txt b/docs/templates_python.txt index b79065f8b4..61f4d0a6a2 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -314,7 +314,7 @@ optional, third positional argument, ``processors``. In this example, the c = RequestContext(request, { 'foo': 'bar', }, [ip_address_processor]) - return t.render(c) + return t.render(c) Note:: If you're using Django's ``render_to_response()`` shortcut to populate a |
