diff options
Diffstat (limited to 'tests/tstutil.py')
-rw-r--r-- | tests/tstutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tstutil.py b/tests/tstutil.py index 743716a08..5656515ca 100644 --- a/tests/tstutil.py +++ b/tests/tstutil.py @@ -18,7 +18,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -Utility functions for the unit tests. +Common utility functions and classes for unit tests. """ import inspect |