diff --git a/py/test/plugin/pytest_recwarn.py b/py/test/plugin/pytest_recwarn.py index 49a67c29c..5099d24f9 100644 --- a/py/test/plugin/pytest_recwarn.py +++ b/py/test/plugin/pytest_recwarn.py @@ -1,8 +1,7 @@ """ -"recwarn" funcarg plugin that helps to assert -that warnings are shown to a user. See the test -at the bottom for an example. +provides "recwarn" funcarg for asserting warnings to be shown +to a user. See the test at the bottom for an example. """ import py