diff options
| author | Gabriel Hurley <gabehr@gmail.com> | 2011-03-04 21:13:42 +0000 |
|---|---|---|
| committer | Gabriel Hurley <gabehr@gmail.com> | 2011-03-04 21:13:42 +0000 |
| commit | 32255c20a5589af4cde4c83a36e38f33573d9c34 (patch) | |
| tree | c494c052e6b9a9c04a657ac00f39087922bf436e /docs | |
| parent | 5e9deba988e07486c77873e2d8673e87759cc3f9 (diff) | |
Fixed #15557 -- removed an extra backtick from the `topics/http/shortcuts`. Thanks to johnthedebs for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15757 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/topics/http/shortcuts.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/http/shortcuts.txt b/docs/topics/http/shortcuts.txt index 9d72521c0f..b228d0b13c 100644 --- a/docs/topics/http/shortcuts.txt +++ b/docs/topics/http/shortcuts.txt @@ -46,7 +46,7 @@ Optional arguments ``context_instance`` The context instance to render the template with. By default, the template will be rendered with a ``RequestContext`` instance (filled with values from - ``request`` and ```dictionary``). + ``request`` and ``dictionary``). ``content_type`` The MIME type to use for the resulting document. Defaults to the value of |
