PEP 572: Use the sloppy term "variables" instead of the strict-but-inaccurate "names" (since any assignment target is valid)

This commit is contained in:
Chris Angelico 2018-04-18 23:05:10 +10:00
parent 73715149df
commit b5a9edf7b4
1 changed files with 3 additions and 3 deletions

View File

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