Merge pull request #180 from johnthagen/path-doc-fixes

Fix code snippet in PathDownloadView docs
This commit is contained in:
Rémy HUBSCHER 2021-04-10 18:53:04 +02:00 committed by GitHub
commit 3543a3b8fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,8 +24,8 @@ Setup a view to stream files given path:
.. literalinclude:: /../demo/demoproject/path/views.py
:language: python
:lines: 1-14
:emphasize-lines: 14
:lines: 1-13
:emphasize-lines: 13
************