summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-08-18 12:34:17 -0700
committerSteve Piercy <web@stevepiercy.com>2018-08-18 12:34:17 -0700
commitda34656b31f88835588f3549861abf06d6ae3c66 (patch)
treed2d38d9c46fb53b680e3e49f8e1d6ad7f9927eef /docs/tutorials
parent919ff698d8d8e76a5f36f72cedaaff47a9e24f78 (diff)
downloadpyramid-da34656b31f88835588f3549861abf06d6ae3c66.tar.gz
pyramid-da34656b31f88835588f3549861abf06d6ae3c66.tar.bz2
pyramid-da34656b31f88835588f3549861abf06d6ae3c66.zip
Clean up code-blocks in tutorials/wiki/tests
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki/tests.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/tutorials/wiki/tests.rst b/docs/tutorials/wiki/tests.rst
index cd82c0118..798ef4447 100644
--- a/docs/tutorials/wiki/tests.rst
+++ b/docs/tutorials/wiki/tests.rst
@@ -45,8 +45,8 @@ Open the ``tutorial/tests.py`` module, and edit it such that it appears as
follows:
.. literalinclude:: src/tests/tutorial/tests.py
- :linenos:
- :language: python
+ :linenos:
+ :language: python
Running the tests
=================
@@ -60,13 +60,13 @@ On UNIX:
.. code-block:: bash
- $ $VENV/bin/py.test -q
+ $VENV/bin/py.test -q
On Windows:
.. code-block:: doscon
- c:\tutorial> %VENV%\Scripts\py.test -q
+ %VENV%\Scripts\py.test -q
The expected result should look like the following: