Skip to content

Commit b3bb604

Browse files
committed
fix typo in _issue_warning_captured doc
1 parent e2022a6 commit b3bb604

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/_pytest/warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def _issue_warning_captured(warning, hook, stacklevel):
138138
"""
139139
This function should be used instead of calling ``warnings.warn`` directly when we are in the "configure" stage:
140140
at this point the actual options might not have been set, so we manually trigger the pytest_warning_captured
141-
hook so we can display this warnings in the terminal. This is a hack until we can sort out #2891.
141+
hook so we can display these warnings in the terminal. This is a hack until we can sort out #2891.
142142
143143
:param warning: the warning instance.
144144
:param hook: the hook caller

0 commit comments

Comments
 (0)