From 0d912258921a442c48d5787228db2db5af7e8fa5 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Sun, 2 Mar 2014 15:25:53 +0100 Subject: Fixed many typos in comments and docstrings. Thanks Piotr Kasprzyk for help with the patch. --- tests/admin_scripts/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/admin_scripts/tests.py') diff --git a/tests/admin_scripts/tests.py b/tests/admin_scripts/tests.py index af6aa92754..289f0bdd65 100644 --- a/tests/admin_scripts/tests.py +++ b/tests/admin_scripts/tests.py @@ -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): -- cgit v1.3