Django

Code

Changeset 753

Show
Ignore:
Timestamp:
09/30/05 17:05:44 (3 years ago)
Author:
adrian
Message:

Small tweak to docs/outputting_pdf.txt

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/outputting_pdf.txt

    r752 r753  
    2323The `user guide`_ (not coincidentally, a PDF file) explains how to install it. 
    2424 
    25 Test your installation by typing this in the Python interactive interpreter:: 
     25Test your installation by importing it in the Python interactive interpreter:: 
    2626 
    27     import reportlab 
     27    >>> import reportlab 
    2828 
    2929If that command doesn't raise any errors, the installation worked.