Typo: parenthesize -> parentheses (#2370)
This commit is contained in:
parent
b76fe4351e
commit
07e537864a
|
@ -898,7 +898,7 @@ The less confusing option is to make ``:=`` bind more tightly than comma.
|
||||||
Always requiring parentheses
|
Always requiring parentheses
|
||||||
----------------------------
|
----------------------------
|
||||||
|
|
||||||
It's been proposed to just always require parenthesize around an
|
It's been proposed to just always require parentheses around an
|
||||||
assignment expression. This would resolve many ambiguities, and
|
assignment expression. This would resolve many ambiguities, and
|
||||||
indeed parentheses will frequently be needed to extract the desired
|
indeed parentheses will frequently be needed to extract the desired
|
||||||
subexpression. But in the following cases the extra parentheses feel
|
subexpression. But in the following cases the extra parentheses feel
|
||||||
|
|
Loading…
Reference in New Issue