From 9f11939dd1477981da2f3a5487d80101faa21230 Mon Sep 17 00:00:00 2001 From: Min ho Kim Date: Sat, 20 Jul 2019 00:45:13 +1000 Subject: Fixed typos in comments and a test name. --- tests/dbshell/test_postgresql.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/dbshell/test_postgresql.py') diff --git a/tests/dbshell/test_postgresql.py b/tests/dbshell/test_postgresql.py index 40d2deae62..7047283bb3 100644 --- a/tests/dbshell/test_postgresql.py +++ b/tests/dbshell/test_postgresql.py @@ -105,7 +105,7 @@ class PostgreSqlDbshellCommandTestCase(SimpleTestCase): ) def test_sigint_handler(self): - """SIGINT is ignored in Python and passed to psql to abort quries.""" + """SIGINT is ignored in Python and passed to psql to abort queries.""" def _mock_subprocess_run(*args, **kwargs): handler = signal.getsignal(signal.SIGINT) self.assertEqual(handler, signal.SIG_IGN) -- cgit v1.2.1