diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2006-02-18 16:44:20 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2006-02-18 16:44:20 +0000 |
| commit | e5a0960c267a6daca9cddafe63770932ea8c55c3 (patch) | |
| tree | 9840b851136594eb711ea7e2e528975d651b2faa /docs | |
| parent | 193ae3800f2070b7a8d36fcbf884a1cbee575745 (diff) | |
Fixed ReST error in [2332]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/outputting_pdf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/outputting_pdf.txt b/docs/outputting_pdf.txt index 8d72217c75..fd52fd29be 100644 --- a/docs/outputting_pdf.txt +++ b/docs/outputting_pdf.txt @@ -135,7 +135,7 @@ efficient. Here's the above "Hello World" example rewritten to use response.write(pdf) return response -.. cStringIO: http://www.python.org/doc/current/lib/module-cStringIO.html +.. _cStringIO: http://www.python.org/doc/current/lib/module-cStringIO.html Further resources ================= |
