diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-13 00:09:14 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-02-13 00:09:14 -0500 |
commit | 145763d9fc3ac8440abedf56f305de31cfe42363 (patch) | |
tree | 46cb1de47169851df52a4242d73f857ab3125894 /tests | |
parent | 345b6048a48cc982c3ff826b660bb6161ee07868 (diff) |
tests/events_test.py: corrected typo in docstring.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/events_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/events_test.py b/tests/events_test.py index 3ea4a53..3b383af 100644 --- a/tests/events_test.py +++ b/tests/events_test.py @@ -42,7 +42,7 @@ from tests.utils import (get_config, shardedp, dirp, renamedp, class TestEvents(object): """ - Class that tests they crypto.py module. + Class that tests the events.py module. """ @classmethod |