Skip to content

Commit

Permalink
Changed the word "brackets" to "parentheses"
Browse files Browse the repository at this point in the history
I want to change the word "brackets" to "parentheses" because when I think
of brackets, I think of [], and when I think of parentheses, I think of (),
and when I originally read this, I found the word confusing.
  • Loading branch information
kevin1024 committed Jul 25, 2012
1 parent ace9ccf commit c3a05d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ref/templates/builtins.txt
Expand Up @@ -419,7 +419,7 @@ will be interpreted like:

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.

:ttag:`if` tags may also use the operators ``==``, ``!=``, ``<``, ``>``,
Expand Down

0 comments on commit c3a05d8

Please sign in to comment.