mirror of
https://github.com/django/django.git
synced 2025-12-04 00:55:36 +00:00
Removed duplicate words in docs.
.
This commit is contained in:
parent
6ae7aaa7d6
commit
31407fa3b3
8 changed files with 10 additions and 10 deletions
|
|
@ -48,7 +48,7 @@ Python style
|
|||
This makes better use of space and avoids having to realign strings if the
|
||||
length of the first line changes.
|
||||
|
||||
* Use single quotes for strings, or a double quote if the the string contains a
|
||||
* Use single quotes for strings, or a double quote if the string contains a
|
||||
single quote. Don't waste time doing unrelated refactoring of existing code
|
||||
to conform to this style.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue