diff options
author | Hyunjun Kim <yoloseem@gmail.com> | 2015-03-16 17:50:20 +0900 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2015-05-03 10:30:21 +0100 |
commit | 4eee1207f94483a53104da4d7868aa7401b2453e (patch) | |
tree | c8617246a0d553ac9376daa82aa33d6845d0170d /tests/testutils.py | |
parent | 2cab752443ba8face8d01ce5032275cfe37003d1 (diff) | |
download | psycopg2-4eee1207f94483a53104da4d7868aa7401b2453e.tar.gz |
Fix several typos
Diffstat (limited to 'tests/testutils.py')
-rw-r--r-- | tests/testutils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/testutils.py b/tests/testutils.py index 12732ac..6a78432 100644 --- a/tests/testutils.py +++ b/tests/testutils.py @@ -65,7 +65,8 @@ else: unittest.TestCase.skipTest = skipTest -# Silence warnings caused by the stubborness of the Python unittest maintainers +# Silence warnings caused by the stubbornness of the Python unittest +# maintainers # http://bugs.python.org/issue9424 if not hasattr(unittest.TestCase, 'assert_') \ or unittest.TestCase.assert_ is not unittest.TestCase.assertTrue: |