summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/tests.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-04 20:02:23 -0500
committerChris McDonough <chrism@plope.com>2012-01-04 20:02:23 -0500
commitf2ef9a3026723cabbfaeffd128d7b7a874f74002 (patch)
treeef6d5ee7cbe8e011f9a96dd848cbac2260524596 /docs/tutorials/wiki2/tests.rst
parent95df3ac0fc92e882997997dac97b7ba86e19e963 (diff)
parent4ded431cba6729e5f2ac1879df735905006555ac (diff)
downloadpyramid-f2ef9a3026723cabbfaeffd128d7b7a874f74002.tar.gz
pyramid-f2ef9a3026723cabbfaeffd128d7b7a874f74002.tar.bz2
pyramid-f2ef9a3026723cabbfaeffd128d7b7a874f74002.zip
Merge branch '1.3-branch' into pathinfogeddon
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
-rw-r--r--docs/tutorials/wiki2/tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst
index 25cf2c25e..92544404c 100644
--- a/docs/tutorials/wiki2/tests.rst
+++ b/docs/tutorials/wiki2/tests.rst
@@ -55,7 +55,7 @@ Change the ``requires`` list in ``setup.py`` to include ``WebTest``.
.. literalinclude:: src/tests/setup.py
:linenos:
:language: python
- :lines: 10-19
+ :lines: 9-20
After we've added a dependency on WebTest in ``setup.py``, we need to rerun
``setup.py develop`` to get WebTest installed into our virtualenv. Assuming