From ed3d470908cbea54377df1f0bcfc023a1c6d3a38 Mon Sep 17 00:00:00 2001 From: johnthagen Date: Thu, 21 Jan 2021 13:07:36 -0500 Subject: [PATCH] Fix url example code --- docs/views/object.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/views/object.txt b/docs/views/object.txt index f5a88b6..ea11d76 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-11, 20 + :lines: 1-7, 8-11, 27 ************