better docstring

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-05-09 18:09:17 +02:00
parent 1535d75bb8
commit c3a6fbd8d7
1 changed files with 2 additions and 3 deletions

View File

@ -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