Fixed ReST error in [2332]

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-02-18 16:44:20 +00:00
parent 193ae3800f
commit e5a0960c26
1 changed files with 1 additions and 1 deletions

View File

@ -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
=================