summaryrefslogtreecommitdiffstats
path: root/tests/crypto_test.py
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-02-13 09:48:27 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-02-13 09:48:27 -0500
commit9448a121130bfd7964b3d08e19799538ae189374 (patch)
tree55facfb808b0db90280cbdcd78c7a3a88f598128 /tests/crypto_test.py
parentd6a0dbd9c7064daf058fc94dd0afaf169b52b1a6 (diff)
tests/crypto_test.py & tests/file_test.py - corrected typos in doctstrings.
Diffstat (limited to 'tests/crypto_test.py')
-rw-r--r--tests/crypto_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/crypto_test.py b/tests/crypto_test.py
index 122786f..8712afe 100644
--- a/tests/crypto_test.py
+++ b/tests/crypto_test.py
@@ -32,7 +32,7 @@ from tests.utils import get_config
class TestCrypto(object):
"""
- Class that tests they crypto.py module.
+ Class that tests the crypto.py module.
"""
@classmethod