Skip to content

Commit 9f82980

Browse files
blueyedbluetech
andauthored
Update src/_pytest/capture.py [ci skip]
Co-Authored-By: Ran Benita <[email protected]>
1 parent 5cd2214 commit 9f82980

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/capture.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def _capturing_for_request(
242242
Context manager that creates a ``CaptureFixture`` instance for the
243243
given ``request``, ensuring there is only a single one being requested.
244244
245-
This is used has a helper with ``capsys``, ``capfd`` etc.
245+
This is used as a helper in ``capsys``, ``capfd`` etc.
246246
"""
247247
capman = request.config.pluginmanager.getplugin("capturemanager")
248248
if capman._capture_fixture:

0 commit comments

Comments
 (0)