Normalized spelling of "lowercase" and "lowercased".

This commit is contained in:
Jon Dufresne 2018-09-25 07:30:18 -07:00 committed by Tim Graham
parent abeed587b1
commit 8c3e0eb1c1
15 changed files with 34 additions and 34 deletions

View file

@ -112,7 +112,7 @@ Imports
imports for other Django components and relative imports for local components.
* On each line, alphabetize the items with the upper case items grouped before
the lower case items.
the lowercase items.
* Break long lines using parentheses and indent continuation lines by 4 spaces.
Include a trailing comma after the last import and put the closing