diff options
author | Greg Ward <gward@dyn.com> | 2016-06-28 18:14:57 -0400 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2016-06-30 21:09:15 +0100 |
commit | 3ed2c54790cd377759da5bc5a8b596fe2195685a (patch) | |
tree | 6efabfa86b9e87718a3bc6582f908d624815f080 /tests/testutils.py | |
parent | 732ea90a4ff85f6d0cca8df6e3dc9d18bfd1c8b4 (diff) | |
download | psycopg2-3ed2c54790cd377759da5bc5a8b596fe2195685a.tar.gz |
Fix scattered grammar/spelling errors in comments, debug output, etc.
Diffstat (limited to 'tests/testutils.py')
-rw-r--r-- | tests/testutils.py | 2 |
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: |