summaryrefslogtreecommitdiff
path: root/test/lib/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lib/__init__.py')
-rw-r--r--test/lib/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lib/__init__.py b/test/lib/__init__.py
index 68876c447..b36db71fc 100644
--- a/test/lib/__init__.py
+++ b/test/lib/__init__.py
@@ -1,6 +1,6 @@
"""Testing environment and utilities.
-This package contains base classes and routines used by
+This package contains base classes and routines used by
the unit tests. Tests are based on Nose and bootstrapped
by noseplugin.NoseSQLAlchemy.