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
This commit is contained in:
Adrian Holovaty 2005-11-11 14:53:15 +00:00
parent a3a1fcddc5
commit 16a3822460
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ and Django's ``HttpResponse`` objects are file-like objects.
For more information on ``HttpResponse`` objects, see For more information on ``HttpResponse`` objects, see
`Request and response objects`_. `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/ .. _Request and response objects: http://www.djangoproject.com/documentation/request_response/
.. _CSV library docs: http://www.python.org/doc/current/lib/module-csv.html .. _CSV library docs: http://www.python.org/doc/current/lib/module-csv.html