This commit is contained in:
Rémy HUBSCHER 2020-09-18 11:19:21 +02:00
parent 8e439d3485
commit 3da22537df
No known key found for this signature in database
GPG key ID: A500E24B95405094
2 changed files with 2 additions and 2 deletions

View file

@ -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
************

View file

@ -54,7 +54,7 @@ via URLconfs:
.. literalinclude:: /../demo/demoproject/path/urls.py
:language: python
:lines: 1-7, 11-13, 14
:lines: 1-13
*************