diff --git a/pep-0572.rst b/pep-0572.rst index 21cc5dc66..e3edeed2f 100644 --- a/pep-0572.rst +++ b/pep-0572.rst @@ -12,9 +12,9 @@ Post-History: 28-Feb-2018, 02-Mar-2018, 23-Mar-2018, 04-Apr-2018, 17-Apr-2018 Abstract ======== -This is a proposal for creating a way to assign to names within an expression. -Additionally, the precise scope of comprehensions is adjusted, to maintain -consistency and follow expectations. +This is a proposal for creating a way to assign to variables within an +expression. Additionally, the precise scope of comprehensions is adjusted, to +maintain consistency and follow expectations. Rationale