diff options
author | Jon Dufresne <jon.dufresne@gmail.com> | 2018-10-09 06:26:07 -0700 |
---|---|---|
committer | Tim Graham <timograham@gmail.com> | 2018-10-09 09:26:07 -0400 |
commit | e90af8bad44341cf8ebd469dac57b61a95667c1d (patch) | |
tree | 3e38bb6f48d9156a8747f75a33a662d754469817 /scripts | |
parent | 31c03486871f654e576326481a13c78206b11251 (diff) | |
download | django-e90af8bad44341cf8ebd469dac57b61a95667c1d.tar.gz |
Capitalized "Python" in docs and comments.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/manage_translations.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/manage_translations.py b/scripts/manage_translations.py index de38a470b1..49f9f903db 100644 --- a/scripts/manage_translations.py +++ b/scripts/manage_translations.py @@ -1,6 +1,6 @@ #!/usr/bin/env python # -# This python file contains utility scripts to manage Django translations. +# This Python file contains utility scripts to manage Django translations. # It has to be run inside the django git root directory. # # The following commands are available: |