diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-10-04 15:17:22 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-10-04 15:17:22 +0000 |
| commit | 78b8fcc235f4c6f89a5baa7811665e9dbcc95820 (patch) | |
| tree | 7abcc5d1be991665e92e5f4c5f3c6900d87265b1 /docs | |
| parent | 6f07f717c0b3cb2a849fd3533abbdc943d41e76b (diff) | |
Fixed typo in docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@772 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/outputting_pdf.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/outputting_pdf.txt b/docs/outputting_pdf.txt index 68504599bd..bd209b2e90 100644 --- a/docs/outputting_pdf.txt +++ b/docs/outputting_pdf.txt @@ -7,7 +7,7 @@ This is made possible by the excellent, open-source ReportLab_ Python PDF library. 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. For example, Django was used at kusports.com to generate customized, |
