From e5a0960c267a6daca9cddafe63770932ea8c55c3 Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Sat, 18 Feb 2006 16:44:20 +0000 Subject: [PATCH] Fixed ReST error in [2332] git-svn-id: http://code.djangoproject.com/svn/django/trunk@2333 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/outputting_pdf.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =================