summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Paez <pp@pp.com.mx>2012-11-22 06:51:25 -0600
committerPatricio Paez <pp@pp.com.mx>2012-11-22 06:51:25 -0600
commit02d18abdc79a727b1e148dc8718a9c15fe613be0 (patch)
treee895625d995aab635f005564a90efa5e26689d8a
parent5b60d09d196caf2d56e80e5b3b3fd9eeddf18e10 (diff)
downloadpyramid-02d18abdc79a727b1e148dc8718a9c15fe613be0.tar.gz
pyramid-02d18abdc79a727b1e148dc8718a9c15fe613be0.tar.bz2
pyramid-02d18abdc79a727b1e148dc8718a9c15fe613be0.zip
Sync the tutorial docs for the transaction dependency
-rw-r--r--docs/tutorials/wiki/tests.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst
index ebb4d93dc..46d009d0f 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -62,7 +62,7 @@ Change the ``requires`` list in ``setup.py`` to include ``WebTest``.
.. literalinclude:: src/tests/setup.py
:linenos:
:language: python
- :lines: 9-18
+ :lines: 9-19
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