summaryrefslogtreecommitdiff
path: root/doc/en/getting-started.rst
diff options
context:
space:
mode:
authorBruno Oliveira <bruno@esss.co>2019-12-13 08:51:15 -0300
committerBruno Oliveira <bruno@esss.co>2019-12-13 08:51:15 -0300
commit10fcac7f908b792264c3e6a402aa1aa01345acc4 (patch)
tree7a246e43a0a528b98ab78d9e230ee305c012fc8f /doc/en/getting-started.rst
parent8942a05cfec4b97d7aa94e55d08e41a08397e78e (diff)
downloadpytest-10fcac7f908b792264c3e6a402aa1aa01345acc4.tar.gz
Preparing release version 5.3.2
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 97347f126..59197d0d7 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.7/site-packages/pytest.py
+ This is pytest version 5.x.y, imported from $PYTHON_PREFIX/lib/python3.6/site-packages/pytest/__init__.py
.. _`simpletest`: