1
0
mirror of https://github.com/django/django.git synced 2025-01-26 10:09:42 +00:00

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

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