diff options
Diffstat (limited to '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): |