diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-09-30 22:05:44 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-09-30 22:05:44 +0000 |
| commit | 53581d6d8da64a6a898d575af5af2182fea7c594 (patch) | |
| tree | 2eaa9c2e6f5aec494aa168c757d25a4a4393d00d /docs/outputting_pdf.txt | |
| parent | a0595851b66b23b3e0c3252227d2babeeb708f8e (diff) | |
Small tweak to docs/outputting_pdf.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@753 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/outputting_pdf.txt')
| -rw-r--r-- | docs/outputting_pdf.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/outputting_pdf.txt b/docs/outputting_pdf.txt index a448e227ba..b641f08a75 100644 --- a/docs/outputting_pdf.txt +++ b/docs/outputting_pdf.txt @@ -22,9 +22,9 @@ Install ReportLab Download and install the ReportLab library from http://www.reportlab.org/downloads.html The `user guide`_ (not coincidentally, a PDF file) explains how to install it. -Test your installation by typing this in the Python interactive interpreter:: +Test your installation by importing it in the Python interactive interpreter:: - import reportlab + >>> import reportlab If that command doesn't raise any errors, the installation worked. |
