Fixed typo in docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
6f07f717c0
commit
78b8fcc235
|
@ -7,7 +7,7 @@ This is made possible by the excellent, open-source ReportLab_ Python PDF
|
||||||
library.
|
library.
|
||||||
|
|
||||||
The advantage of generating PDF files dynamically is that you can create
|
The advantage of generating PDF files dynamically is that you can create
|
||||||
customzed PDFs for different purposes -- say, for different users or different
|
customized PDFs for different purposes -- say, for different users or different
|
||||||
pieces of content.
|
pieces of content.
|
||||||
|
|
||||||
For example, Django was used at kusports.com to generate customized,
|
For example, Django was used at kusports.com to generate customized,
|
||||||
|
|
Loading…
Reference in New Issue