diff --git a/docs/views/object.txt b/docs/views/object.txt index db49996..507d013 100644 --- a/docs/views/object.txt +++ b/docs/views/object.txt @@ -38,7 +38,7 @@ Setup a view to stream the ``file`` attribute: .. literalinclude:: /../demo/demoproject/object/urls.py :language: python - :lines: 1-7, 8-10, 20 + :lines: 1-7, 8-11, 20 ************ diff --git a/docs/views/path.txt b/docs/views/path.txt index 13b336c..1d9bcaa 100644 --- a/docs/views/path.txt +++ b/docs/views/path.txt @@ -54,7 +54,7 @@ via URLconfs: .. literalinclude:: /../demo/demoproject/path/urls.py :language: python - :lines: 1-7, 11-13, 14 + :lines: 1-13 *************