diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-12-06 05:38:56 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-12-06 05:38:56 +0000 |
| commit | 17108bc1903efa5e3e10f709f98746bc1031b220 (patch) | |
| tree | 8aa37e840c74b8577e2837da6d7fa77ec3947aca | |
| parent | 50cac9d276471abc330efdba5d101c78d44928bc (diff) | |
Negligible capitalization change in django.core.management
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
| -rw-r--r-- | django/core/management.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management.py b/django/core/management.py index 789a43b1ca..208dfdf734 100644 --- a/django/core/management.py +++ b/django/core/management.py @@ -888,7 +888,7 @@ def execute_from_command_line(action_mapping=DEFAULT_ACTION_MAPPING): if not action_mapping.has_key(action): print_error("Your action, %r, was invalid." % action, sys.argv[0]) - # switch to english, because django-admin creates database content + # Switch to English, because django-admin.py creates database content # like permissions, and those shouldn't contain any translations. # But only do this if we should have a working settings file. if action not in ('startproject', 'startapp'): |
