summaryrefslogtreecommitdiff
path: root/doc/en/builtin.rst
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-09-22 14:48:04 +0200
committerRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2015-09-22 14:48:04 +0200
commit89badfec0ca6b62821fb19dcbf958f7d1ee54bb7 (patch)
treebd7182dc10cdad9db58bcfef087484ad788a3d5a /doc/en/builtin.rst
parent662d75597426e89cdc35b72f7def027ef1303d0f (diff)
downloadpytest-89badfec0ca6b62821fb19dcbf958f7d1ee54bb7.tar.gz
update regendoc, substitutes PYTHON_PREFIX
Diffstat (limited to 'doc/en/builtin.rst')
-rw-r--r--doc/en/builtin.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/en/builtin.rst b/doc/en/builtin.rst
index 5708362ff..4b5a9da1c 100644
--- a/doc/en/builtin.rst
+++ b/doc/en/builtin.rst
@@ -74,7 +74,7 @@ You can ask for available builtin or project-custom
$ py.test -q --fixtures
cache
- /home/private/Projects/pytest-dev/pytest/.tox/regen/lib/python2.7/site-packages/_pytest/cacheprovider.py:176: no docstring available
+ $PYTHON_PREFIX/lib/python2.7/site-packages/_pytest/cacheprovider.py:176: no docstring available
capsys
enables capturing of writes to sys.stdout/sys.stderr and makes
captured output available via ``capsys.readouterr()`` method calls