From 8af2831f5b1d155608d78614525a051fec315ebb Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 30 Aug 2008 05:34:04 +0000 Subject: [PATCH] Fixed #8603: Corrected typo in cross-reference to PDF-generation docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@8735 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/index.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.txt b/docs/index.txt index 22f53b27fd..d6a1265c34 100644 --- a/docs/index.txt +++ b/docs/index.txt @@ -126,7 +126,7 @@ Solving specific problems :ref:`Custom template tags ` Add your own extensions to Django's template language. -:ref:`Generating CSV ` & :ref:`PDF ` +:ref:`Generating CSV ` & :ref:`PDF ` Produce non-HTML content with Django. And more: