summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDavid Eisner <deisner@gmail.com>2014-10-06 19:27:36 -0400
committerSteve Piercy <web@stevepiercy.com>2014-10-07 00:00:51 -0700
commit34e9381a628d4e5d061d8fe902579a9b9b9cb33c (patch)
tree1b3e4f0e9799331a383385f67b906575612cf152 /docs
parentc92f49b63f005a63a0d9ac33973e7cec84b07c55 (diff)
downloadpyramid-34e9381a628d4e5d061d8fe902579a9b9b9cb33c.tar.gz
pyramid-34e9381a628d4e5d061d8fe902579a9b9b9cb33c.tar.bz2
pyramid-34e9381a628d4e5d061d8fe902579a9b9b9cb33c.zip
Update functional_testing.rst
Wrap long line.
Diffstat (limited to 'docs')
-rw-r--r--docs/quick_tutorial/functional_testing.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/quick_tutorial/functional_testing.rst b/docs/quick_tutorial/functional_testing.rst
index ddcf6b77d..09b05b0bc 100644
--- a/docs/quick_tutorial/functional_testing.rst
+++ b/docs/quick_tutorial/functional_testing.rst
@@ -43,7 +43,8 @@ Steps
.. literalinclude:: functional_testing/tutorial/tests.py
:linenos:
- Be sure this file is not executable, or ``nosetests`` may not include your tests.
+ Be sure this file is not executable, or ``nosetests`` may not
+ include your tests.
#. Now run the tests: