Typo: parenthesize -> parentheses (#2370)

This commit is contained in:
Edward Forgacs 2022-02-27 19:21:02 -05:00 committed by GitHub
parent b76fe4351e
commit 07e537864a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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