summaryrefslogtreecommitdiff
path: root/docs/outputting_csv.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-11 14:53:15 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-11 14:53:15 +0000
commit16a3822460455a87a539423b16a6e3990404fd6d (patch)
tree7dc92c439999011dd964779dd54d4bc3f958b1b5 /docs/outputting_csv.txt
parenta3a1fcddc5f5292e53b919e11ed656f1c53b46a8 (diff)
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
Diffstat (limited to 'docs/outputting_csv.txt')
-rw-r--r--docs/outputting_csv.txt2
1 files changed, 1 insertions, 1 deletions
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