summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki/tests.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-12-23 03:27:48 -0800
committerSteve Piercy <web@stevepiercy.com>2016-12-23 03:27:48 -0800
commit640ba7afd320e5eecada829ea8aa89fef6f5230e (patch)
tree2918be97987e00af344d38829e14d2bf2ab275af /docs/tutorials/wiki/tests.rst
parent5d9fd5fb7ca74ac33f2809c7e2949470d318b945 (diff)
downloadpyramid-640ba7afd320e5eecada829ea8aa89fef6f5230e.tar.gz
pyramid-640ba7afd320e5eecada829ea8aa89fef6f5230e.tar.bz2
pyramid-640ba7afd320e5eecada829ea8aa89fef6f5230e.zip
standardize windows prompt
Diffstat (limited to 'docs/tutorials/wiki/tests.rst')
-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 1503aaa0f..6f0a305e4 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -66,7 +66,7 @@ On Windows:
.. code-block:: text
- c:\tutorial\> %VENV%\Scripts\py.test -q
+ c:\tutorial> %VENV%\Scripts\py.test -q
The expected result should look like the following: