diff options
| author | Christian Kollee <christian@kollee.de> | 2016-07-16 23:27:54 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-07-17 06:44:57 -0700 |
| commit | b9ed3ffd2bf7e7061eee6137f527e13b44c79ae8 (patch) | |
| tree | d38c8805629b63c8c246a703b08f1389d674af15 /docs/quick_tutorial | |
| parent | 251ddd3c2035fa3172ef9221c4a13fa53cdd3385 (diff) | |
| download | pyramid-b9ed3ffd2bf7e7061eee6137f527e13b44c79ae8.tar.gz pyramid-b9ed3ffd2bf7e7061eee6137f527e13b44c79ae8.tar.bz2 pyramid-b9ed3ffd2bf7e7061eee6137f527e13b44c79ae8.zip | |
Corrected test command in static_assets.rst
(cherry picked from commit 619c4b8)
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/static_assets.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tutorial/static_assets.rst b/docs/quick_tutorial/static_assets.rst index 65b34f8f9..b8482492d 100644 --- a/docs/quick_tutorial/static_assets.rst +++ b/docs/quick_tutorial/static_assets.rst @@ -47,7 +47,7 @@ Steps .. code-block:: bash - $ $VENV/bin/$VENV/bin/py.test tutorial/tests.py -q + $ $VENV/bin/py.test tutorial/tests.py -q .... 4 passed in 0.50 seconds |
