diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-04 22:30:32 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-03-04 22:30:32 +0200 |
| commit | eb3cee262ef52480198fc7f506debe0f35e3554a (patch) | |
| tree | 85080b62071ae2538eb6258afe8a173de4e61ff9 /docs/tutorials/wiki2/tests.rst | |
| parent | 4e684644d2df8040a71dd018bbcbed6d43897db7 (diff) | |
| download | pyramid-eb3cee262ef52480198fc7f506debe0f35e3554a.tar.gz pyramid-eb3cee262ef52480198fc7f506debe0f35e3554a.tar.bz2 pyramid-eb3cee262ef52480198fc7f506debe0f35e3554a.zip | |
fix #311
Diffstat (limited to 'docs/tutorials/wiki2/tests.rst')
| -rw-r--r-- | docs/tutorials/wiki2/tests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki2/tests.rst b/docs/tutorials/wiki2/tests.rst index 83df86b27..7aa3c464d 100644 --- a/docs/tutorials/wiki2/tests.rst +++ b/docs/tutorials/wiki2/tests.rst @@ -54,7 +54,7 @@ Change the ``requires`` list in ``setup.py`` to include ``WebTest``. .. literalinclude:: src/tests/setup.py :linenos: :language: python - :lines: 9-20 + :lines: 11-21 :emphasize-lines: 10 After we've added a dependency on WebTest in ``setup.py``, we need to rerun |
