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/quick_tour.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/quick_tour.rst') diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index b6e456d2b..062693d24 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -731,7 +731,7 @@ This yields the following output. Our tests passed, and its coverage is complete. What did our test look like? -.. literalinclude:: quick_tour/package/hello_world/tests/test_it.py +.. literalinclude:: quick_tour/package/tests/test_it.py :language: python :linenos: -- cgit v1.2.3