Skip to content

Commit 5517f72

Browse files
xuiqzyhugovkbluetech
authored
Remove doc line that is no longer relevant for Python3-only (#7263)
* Fix typo in capture.rst documentation Rename ``capfsysbinary`` to ``capsysbinary`` as the former does not exist as far as i can see. * Make Python uppercase in doc/en/capture.rst Co-authored-by: Hugo van Kemenade <[email protected]> * Remove the sentence entirely Co-authored-by: Hugo van Kemenade <[email protected]> Co-authored-by: Ran Benita <[email protected]>
1 parent 589c6c6 commit 5517f72

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/en/capture.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,8 +145,7 @@ The return value from ``readouterr`` changed to a ``namedtuple`` with two attrib
145145

146146
If the code under test writes non-textual data, you can capture this using
147147
the ``capsysbinary`` fixture which instead returns ``bytes`` from
148-
the ``readouterr`` method. The ``capfsysbinary`` fixture is currently only
149-
available in python 3.
148+
the ``readouterr`` method.
150149

151150

152151

0 commit comments

Comments
 (0)