mirror of
https://github.com/django/django.git
synced 2025-08-03 10:34:04 +00:00
Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
This commit is contained in:
parent
6acaa52386
commit
0d91225892
121 changed files with 208 additions and 208 deletions
|
@ -2,7 +2,7 @@
|
|||
from __future__ import unicode_literals
|
||||
|
||||
"""
|
||||
A series of tests to establish that the command-line managment tools work as
|
||||
A series of tests to establish that the command-line management tools work as
|
||||
advertised - especially with regards to the handling of the DJANGO_SETTINGS_MODULE
|
||||
and default settings.py files.
|
||||
"""
|
||||
|
@ -1474,7 +1474,7 @@ class CommandTypes(AdminScriptTestCase):
|
|||
|
||||
def test_run_from_argv_non_ascii_error(self):
|
||||
"""
|
||||
Test that non-ascii message of CommandError does not raise any
|
||||
Test that non-ASCII message of CommandError does not raise any
|
||||
UnicodeDecodeError in run_from_argv.
|
||||
"""
|
||||
def raise_command_error(*args, **kwargs):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue