We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd2214 commit 9f82980Copy full SHA for 9f82980
src/_pytest/capture.py
@@ -242,7 +242,7 @@ def _capturing_for_request(
242
Context manager that creates a ``CaptureFixture`` instance for the
243
given ``request``, ensuring there is only a single one being requested.
244
245
- This is used has a helper with ``capsys``, ``capfd`` etc.
+ This is used as a helper in ``capsys``, ``capfd`` etc.
246
"""
247
capman = request.config.pluginmanager.getplugin("capturemanager")
248
if capman._capture_fixture:
0 commit comments