diff options
author | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-04-17 17:37:18 +0100 |
---|---|---|
committer | Marc Tamlyn <marc.tamlyn@gmail.com> | 2012-04-17 17:37:18 +0100 |
commit | 4867d6bd6484c6bc1a263e49c3b08f3cfa30ff1d (patch) | |
tree | 64d1ec15120cadae3a15f6158db17ca3b20b0f3b /docs/usage.rst | |
parent | 8e5c613bd6c5648b6c66b17d3b7c12fed14dba6c (diff) | |
download | django-wkhtmltopdf-4867d6bd6484c6bc1a263e49c3b08f3cfa30ff1d.tar.gz django-wkhtmltopdf-4867d6bd6484c6bc1a263e49c3b08f3cfa30ff1d.tar.bz2 django-wkhtmltopdf-4867d6bd6484c6bc1a263e49c3b08f3cfa30ff1d.zip |
Updates to the docs.
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 fe883f3..8f8d797 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -29,7 +29,7 @@ Point a URL at PDFTemplateView: .. code-block:: python from django.conf.urls.defaults import * - from django_wkhtmltopdf.views import PDFTemplateView + from wkhtmltopdf.views import PDFTemplateView urlpatterns = patterns('', |