From 07e537864a8cab0a4022de1b875701a3b0c648d7 Mon Sep 17 00:00:00 2001 From: Edward Forgacs Date: Sun, 27 Feb 2022 19:21:02 -0500 Subject: [PATCH] Typo: parenthesize -> parentheses (#2370) --- pep-0572.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0572.rst b/pep-0572.rst index f22c415a1..fc7b2876e 100644 --- a/pep-0572.rst +++ b/pep-0572.rst @@ -898,7 +898,7 @@ The less confusing option is to make ``:=`` bind more tightly than comma. 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 indeed parentheses will frequently be needed to extract the desired subexpression. But in the following cases the extra parentheses feel