summaryrefslogtreecommitdiff
path: root/docs/typographical-conventions.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2018-10-04 17:09:06 -0700
committerGitHub <noreply@github.com>2018-10-04 17:09:06 -0700
commitd2c9dd9d0ae534a085c7adbff869de357714812b (patch)
treec4a5c1925c06968952a5d961926f980dd26e27d8 /docs/typographical-conventions.rst
parent052cb72b63b9f5a36f45a4135d1e1c05c10004dd (diff)
parent9c39f657e9edbb59ef83a375500596f500c70a44 (diff)
downloadpyramid-d2c9dd9d0ae534a085c7adbff869de357714812b.tar.gz
pyramid-d2c9dd9d0ae534a085c7adbff869de357714812b.tar.bz2
pyramid-d2c9dd9d0ae534a085c7adbff869de357714812b.zip
Merge pull request #3367 from prcutler/update-pytest-docs
Change all references of "py.test" to "pytest" in Pyramid documentation
Diffstat (limited to 'docs/typographical-conventions.rst')
-rw-r--r--docs/typographical-conventions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/typographical-conventions.rst b/docs/typographical-conventions.rst
index 76fdf8ace..7f052cbc8 100644
--- a/docs/typographical-conventions.rst
+++ b/docs/typographical-conventions.rst
@@ -128,7 +128,7 @@ When a command that should be typed on one line is too long to fit on the displa
.. code-block:: bash
- $VENV/bin/py.test tutorial/tests.py --cov-report term-missing \
+ $VENV/bin/pytest tutorial/tests.py --cov-report term-missing \
--cov=tutorial -q