diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-11-10 15:28:32 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-11-10 15:28:32 +0000 |
| commit | 5d8c6cf65124a9fee4d2e28daf2563625a79781f (patch) | |
| tree | 85aa24cc894fdbf6780e984a492e9a380d011222 /docs/templates_python.txt | |
| parent | 6a53c8a2dd3b818ed4426c6de05a58ba1e1cdd0d (diff) | |
Fixed typo in docs/templates_python.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@4062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates_python.txt')
| -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 ae2582d7b8..7aeed935b9 100644 --- a/docs/templates_python.txt +++ b/docs/templates_python.txt @@ -321,7 +321,7 @@ Note:: def some_view(request): # ... - return render_to_response('my_template'html', + return render_to_response('my_template.html', my_data_dictionary, context_instance=RequestContext(request)) |
