Skip to content

Commit 3fbf2e7

Browse files
committed
Fix documentation
1 parent af0ec12 commit 3fbf2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/writing_plugins.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ can use like this::
293293
pass
294294
""")
295295
result = testdir.runpytest("--verbose")
296-
result.fnmatch_lines("""
296+
result.stdout.fnmatch_lines("""
297297
test_example*
298298
""")
299299

0 commit comments

Comments
 (0)