Skip to content

Commit

Permalink
Merge pull request pytest-dev#1842 from Stranger6667/doc-fix
Browse files Browse the repository at this point in the history
Fix documentation
  • Loading branch information
nicoddemus authored Aug 22, 2016
2 parents b0ede04 + 3fbf2e7 commit c3148d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/en/writing_plugins.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ can use like this::
pass
""")
result = testdir.runpytest("--verbose")
result.fnmatch_lines("""
result.stdout.fnmatch_lines("""
test_example*
""")

Expand Down

0 comments on commit c3148d1

Please sign in to comment.