diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-01-19 03:58:40 -0800 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2013-01-19 03:58:40 -0800 |
commit | 38a29d421f19594427e4735314e4921d4dc293af (patch) | |
tree | 8e9ff2d9e77f6b218a9922978bc59ee68ca98910 | |
parent | 26832e84c76b80023510015782efdf4df28c3248 (diff) | |
parent | d1a0073f627f5b4c84c8b3c1b9e1e74403eb86d4 (diff) | |
download | django-wkhtmltopdf-38a29d421f19594427e4735314e4921d4dc293af.tar.gz django-wkhtmltopdf-38a29d421f19594427e4735314e4921d4dc293af.tar.bz2 django-wkhtmltopdf-38a29d421f19594427e4735314e4921d4dc293af.zip |
Merge pull request #30 from dericcrago/patch-1
Update docs/usage.rst
-rw-r--r-- | docs/usage.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usage.rst b/docs/usage.rst index 0577241..dc733b2 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -78,7 +78,7 @@ and override the sections you need to. .. code-block:: python - from django_wkhtmltopdf.views import PDFTemplateView + from wkhtmltopdf.views import PDFTemplateView class MyPDF(PDFTemplateView): |