Skip to content

Commit

Permalink
Merge pull request #6309 from jaredvasquez/fix-cafd-docs
Browse files Browse the repository at this point in the history
Fix typo in documentation of capfd fixture
  • Loading branch information
bluetech committed Dec 3, 2019
2 parents 1dc612f + c00a43a commit 42fb1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/reference.rst
Expand Up @@ -360,7 +360,7 @@ capfd
def test_system_echo(capfd):
os.system('echo "hello"')
captured = capsys.readouterr()
captured = capfd.readouterr()
assert captured.out == "hello\n"
Expand Down

0 comments on commit 42fb1f7

Please sign in to comment.