summaryrefslogtreecommitdiff
path: root/doc/en/getting-started.rst
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2019-09-28 21:18:37 -0400
committerBruno Oliveira <nicoddemus@gmail.com>2019-09-28 21:18:37 -0400
commit068ef90b92a9e9205af31cb3d82e7d2a433ff969 (patch)
tree985a95019e013ed82d15e80b188e294e0040e7f7 /doc/en/getting-started.rst
parent065773aa97a02731e5eec05e29204b50850d9248 (diff)
downloadpytest-068ef90b92a9e9205af31cb3d82e7d2a433ff969.tar.gz
Preparing release version 5.2.0
Diffstat (limited to 'doc/en/getting-started.rst')
-rw-r--r--doc/en/getting-started.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/getting-started.rst b/doc/en/getting-started.rst
index 2bdd68ea3..97347f126 100644
--- a/doc/en/getting-started.rst
+++ b/doc/en/getting-started.rst
@@ -28,7 +28,7 @@ Install ``pytest``
.. code-block:: bash
$ pytest --version
- This is pytest version 5.x.y, imported from $PYTHON_PREFIX/lib/python3.6/site-packages/pytest.py
+ This is pytest version 5.x.y, imported from $PYTHON_PREFIX/lib/python3.7/site-packages/pytest.py
.. _`simpletest`: