From a06c511d8f106835c05761dd2a8b610281a48d77 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Tue, 2 Feb 2021 10:30:34 -0500 Subject: [PATCH] Fix code snippet in PathDownloadView docs --- docs/views/path.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/views/path.txt b/docs/views/path.txt index 1d9bcaa..1422bdb 100644 --- a/docs/views/path.txt +++ b/docs/views/path.txt @@ -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 ************