mirror of
https://github.com/django/django.git
synced 2025-09-12 13:36:31 +00:00
Fixed typos in comments and docs.
This commit is contained in:
parent
4263cd0e09
commit
97e637a87f
20 changed files with 22 additions and 23 deletions
|
@ -112,5 +112,5 @@ class PostgreSqlDbshellCommandTestCase(SimpleTestCase):
|
|||
self.assertNotEqual(sigint_handler, signal.SIG_IGN)
|
||||
with mock.patch('subprocess.check_call', new=_mock_subprocess_call):
|
||||
DatabaseClient.runshell_db({})
|
||||
# dbshell restores the orignal handler.
|
||||
# dbshell restores the original handler.
|
||||
self.assertEqual(sigint_handler, signal.getsignal(signal.SIGINT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue