From 16a3822460455a87a539423b16a6e3990404fd6d Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Fri, 11 Nov 2005 14:53:15 +0000 Subject: [PATCH] Fixed ReST missing link in docs/outputting_csv.txt git-svn-id: http://code.djangoproject.com/svn/django/trunk@1171 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- docs/outputting_csv.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/outputting_csv.txt b/docs/outputting_csv.txt index d8d5a9508e..4a9459bbd9 100644 --- a/docs/outputting_csv.txt +++ b/docs/outputting_csv.txt @@ -22,7 +22,7 @@ and Django's ``HttpResponse`` objects are file-like objects. For more information on ``HttpResponse`` objects, see `Request and response objects`_. - For more information on the CSV library, see the `CSV library docs`. + For more information on the CSV library, see the `CSV library docs`_. .. _Request and response objects: http://www.djangoproject.com/documentation/request_response/ .. _CSV library docs: http://www.python.org/doc/current/lib/module-csv.html