From ce19b8f87149e73957c6b100ccaa9b7787f51fec Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 3 Feb 2021 02:57:39 -0800 Subject: Use the my_view object instead of a single line number --- docs/quick_tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index be53a3344..add25f1d2 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -938,7 +938,7 @@ system, can then easily get at the data thanks to SQLAlchemy: .. literalinclude:: quick_tour/sqla_demo/sqla_demo/views/default.py :language: python :lineno-match: - :lines: 13 + :pyobject: my_view .. seealso:: See also: :ref:`Quick Tutorial Databases `, `SQLAlchemy -- cgit v1.2.3