summaryrefslogtreecommitdiff
path: root/docs/narr
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-01-01 19:59:29 -0800
committerSteve Piercy <web@stevepiercy.com>2020-01-02 23:30:59 -0800
commitdcdb9168aece7afd03194c11554d4a7e1bc32d06 (patch)
tree15be0647aeea23af95a1f5c1fc461c99e782bbdf /docs/narr
parentf929eace7ec1843712fb1831b834a7966330d43e (diff)
downloadpyramid-dcdb9168aece7afd03194c11554d4a7e1bc32d06.tar.gz
pyramid-dcdb9168aece7afd03194c11554d4a7e1bc32d06.tar.bz2
pyramid-dcdb9168aece7afd03194c11554d4a7e1bc32d06.zip
Fix broken literalinclude paths
Diffstat (limited to 'docs/narr')
-rw-r--r--docs/narr/testing.rst2
1 files changed, 1 insertions, 1 deletions
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