From dcdb9168aece7afd03194c11554d4a7e1bc32d06 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Wed, 1 Jan 2020 19:59:29 -0800 Subject: Fix broken literalinclude paths --- docs/narr/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/narr') diff --git a/docs/narr/testing.rst b/docs/narr/testing.rst index ec2d1fad1..d89a4d3aa 100644 --- a/docs/narr/testing.rst +++ b/docs/narr/testing.rst @@ -406,7 +406,7 @@ function ``my_view`` that returns an HTML body when the root URL is invoked: The following example functional test demonstrates invoking the above :term:`view`: - .. literalinclude:: myproject/myproject/tests.py + .. literalinclude:: myproject/tests/test_it.py :linenos: :pyobject: FunctionalTests :language: python -- cgit v1.2.3