diff options
| author | Christian Kollee <christian@kollee.de> | 2016-07-16 22:57:58 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-07-17 06:44:46 -0700 |
| commit | 251ddd3c2035fa3172ef9221c4a13fa53cdd3385 (patch) | |
| tree | 49ebd5f780a953babf80b431b6bbef4d6fd0a0e5 | |
| parent | f169cafa91b20d49aa40124bba90d26e24461517 (diff) | |
| download | pyramid-251ddd3c2035fa3172ef9221c4a13fa53cdd3385.tar.gz pyramid-251ddd3c2035fa3172ef9221c4a13fa53cdd3385.tar.bz2 pyramid-251ddd3c2035fa3172ef9221c4a13fa53cdd3385.zip | |
Corrected command line for tests
(cherry picked from commit df3db24)
| -rw-r--r-- | docs/quick_tutorial/routing.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/routing.rst b/docs/quick_tutorial/routing.rst index 27c8c2c22..d88adfa1e 100644 --- a/docs/quick_tutorial/routing.rst +++ b/docs/quick_tutorial/routing.rst @@ -79,7 +79,7 @@ Steps .. code-block:: bash - $ $VENV/bin/$VENV/bin/py.test tutorial/tests.py -q + $ $VENV/bin/py.test tutorial/tests.py -q .. 2 passed in 0.39 seconds |
