mirror of https://github.com/django/django.git
Merge pull request #231 from kevin1024/master
Documentation fix - Change the word "brackets" to "parentheses"
This commit is contained in:
commit
9d246e0f9f
|
@ -419,7 +419,7 @@ will be interpreted like:
|
||||||
|
|
||||||
if (athlete_list and coach_list) or cheerleader_list
|
if (athlete_list and coach_list) or cheerleader_list
|
||||||
|
|
||||||
Use of actual brackets in the :ttag:`if` tag is invalid syntax. If you need
|
Use of actual parentheses in the :ttag:`if` tag is invalid syntax. If you need
|
||||||
them to indicate precedence, you should use nested :ttag:`if` tags.
|
them to indicate precedence, you should use nested :ttag:`if` tags.
|
||||||
|
|
||||||
:ttag:`if` tags may also use the operators ``==``, ``!=``, ``<``, ``>``,
|
:ttag:`if` tags may also use the operators ``==``, ``!=``, ``<``, ``>``,
|
||||||
|
|
Loading…
Reference in New Issue