diff --git a/docs/usage.rst b/docs/usage.rst index 835f336..4e43031 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -75,7 +75,7 @@ rendered from the HTML template. url(r'^hello.pdf$', HelloPDFView.as_view()) ] -You can also use a mixin to output PDF from Django generic views:: +You can also use a mixin to output PDF from Django generic views: .. code-block:: python