summaryrefslogtreecommitdiff
path: root/tests/testutils.py
diff options
context:
space:
mode:
authorGreg Ward <gward@dyn.com>2016-06-28 18:14:57 -0400
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2016-06-30 21:09:15 +0100
commit3ed2c54790cd377759da5bc5a8b596fe2195685a (patch)
tree6efabfa86b9e87718a3bc6582f908d624815f080 /tests/testutils.py
parent732ea90a4ff85f6d0cca8df6e3dc9d18bfd1c8b4 (diff)
downloadpsycopg2-3ed2c54790cd377759da5bc5a8b596fe2195685a.tar.gz
Fix scattered grammar/spelling errors in comments, debug output, etc.
Diffstat (limited to 'tests/testutils.py')
-rw-r--r--tests/testutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testutils.py b/tests/testutils.py
index 76671d9..fc2b59d 100644
--- a/tests/testutils.py
+++ b/tests/testutils.py
@@ -100,7 +100,7 @@ class ConnectingTestCase(unittest.TestCase):
self._conns
except AttributeError, e:
raise AttributeError(
- "%s (did you remember calling ConnectingTestCase.setUp()?)"
+ "%s (did you forget to call ConnectingTestCase.setUp()?)"
% e)
if 'dsn' in kwargs: