mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-05-18 12:31:13 +00:00
Merge pull request #180 from johnthagen/path-doc-fixes
Fix code snippet in PathDownloadView docs
This commit is contained in:
commit
3543a3b8fc
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
||||
************
|
||||
|
|
|
|||
Loading…
Reference in a new issue