Fixed typos in comments and a test name.

This commit is contained in:
Min ho Kim 2019-07-20 00:45:13 +10:00 committed by Mariusz Felisiak
parent fc1182af01
commit 9f11939dd1
4 changed files with 4 additions and 4 deletions

View file

@ -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)