summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-07-17 06:52:09 -0700
committerGitHub <noreply@github.com>2016-07-17 06:52:09 -0700
commit81171c86a1d217ac38198b4d986b6e87837b035e (patch)
treed38c8805629b63c8c246a703b08f1389d674af15 /docs/quick_tutorial
parentf169cafa91b20d49aa40124bba90d26e24461517 (diff)
parentb9ed3ffd2bf7e7061eee6137f527e13b44c79ae8 (diff)
downloadpyramid-81171c86a1d217ac38198b4d986b6e87837b035e.tar.gz
pyramid-81171c86a1d217ac38198b4d986b6e87837b035e.tar.bz2
pyramid-81171c86a1d217ac38198b4d986b6e87837b035e.zip
Merge pull request #2710 from stevepiercy/master
Fix commands in quick tutorial
Diffstat (limited to 'docs/quick_tutorial')
-rw-r--r--docs/quick_tutorial/routing.rst2
-rw-r--r--docs/quick_tutorial/static_assets.rst2
2 files changed, 2 insertions, 2 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
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