mirror of
https://github.com/django/django.git
synced 2025-08-09 05:18:56 +00:00
[2.1.x] Fixed typos in comments and docs.
Backport of 97e637a87f
from master
This commit is contained in:
parent
7da1e45dc5
commit
adfd261404
19 changed files with 21 additions and 22 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