correct a capfd fixture docstring typo

--HG--
branch : fix_capfd_fixture_docstring
This commit is contained in:
Jurko Gospodnetić 2014-04-03 09:59:04 +02:00
parent f984e94fca
commit c9bbdf4f10
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ def capsys(request):
@pytest.fixture
def capfd(request):
"""enables capturing of writes to file descriptors 1 and 2 and makes
captured output available via ``capsys.readouterr()`` method calls
captured output available via ``capfd.readouterr()`` method calls
which return a ``(out, err)`` tuple.
"""
if "capsys" in request._funcargs: