fix typo in _issue_warning_captured doc

This commit is contained in:
Daniel Hahler 2019-10-23 20:01:04 +02:00
parent e2022a6d48
commit b3bb604683
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ def _issue_warning_captured(warning, hook, stacklevel):
"""
This function should be used instead of calling ``warnings.warn`` directly when we are in the "configure" stage:
at this point the actual options might not have been set, so we manually trigger the pytest_warning_captured
hook so we can display this warnings in the terminal. This is a hack until we can sort out #2891.
hook so we can display these warnings in the terminal. This is a hack until we can sort out #2891.
:param warning: the warning instance.
:param hook: the hook caller