summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
authorHyunjun Kim <yoloseem@gmail.com>2015-03-16 17:50:20 +0900
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2015-05-03 10:30:21 +0100
commit4eee1207f94483a53104da4d7868aa7401b2453e (patch)
treec8617246a0d553ac9376daa82aa33d6845d0170d /tests/testutils.py
parent2cab752443ba8face8d01ce5032275cfe37003d1 (diff)
downloadpsycopg2-4eee1207f94483a53104da4d7868aa7401b2453e.tar.gz
Fix several typos
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py3
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: