Skip to content

Commit bb28508

Browse files
Bubble-Interfacenicoddemus
authored andcommitted
doc: restore doc
1 parent fb6e624 commit bb28508

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/en/how-to/capture-stdout-stderr.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,6 @@ Here is an example test function that performs some output related checks:
131131
captured = capsys.readouterr()
132132
assert captured.out == "next\n"
133133
134-
135-
136134
The ``readouterr()`` call snapshots the output so far -
137135
and capturing will be continued. After the test
138136
function finishes the original streams will

0 commit comments

Comments
 (0)