aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDeric Crago <deric.crago@gmail.com>2013-01-18 21:16:35 -0500
committerDeric Crago <deric.crago@gmail.com>2013-01-18 21:16:35 -0500
commitd1a0073f627f5b4c84c8b3c1b9e1e74403eb86d4 (patch)
tree8e9ff2d9e77f6b218a9922978bc59ee68ca98910 /docs
parent26832e84c76b80023510015782efdf4df28c3248 (diff)
downloaddjango-wkhtmltopdf-d1a0073f627f5b4c84c8b3c1b9e1e74403eb86d4.tar.gz
django-wkhtmltopdf-d1a0073f627f5b4c84c8b3c1b9e1e74403eb86d4.tar.bz2
django-wkhtmltopdf-d1a0073f627f5b4c84c8b3c1b9e1e74403eb86d4.zip
Update docs/usage.rst
I think it should beĀ ``wkhtmltopdf`` and not ``django_wkhtmltopdf``
Diffstat (limited to 'docs')
-rw-r--r--docs/usage.rst2
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):