From c3a6fbd8d7b850e7dd8a226cc939bf71c8945e43 Mon Sep 17 00:00:00 2001 From: holger krekel Date: Sat, 9 May 2009 18:09:17 +0200 Subject: [PATCH] better docstring --HG-- branch : trunk --- py/test/plugin/pytest_recwarn.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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