PEP 572: Reword slightly to remove reference to students
This commit is contained in:
parent
4d93701cce
commit
433faca4cf
|
@ -37,7 +37,7 @@ capture sub-expressions inline, this would require refactoring of the original
|
|||
code; with assignment expressions, this merely requires the insertion of a few
|
||||
``name :=`` markers. Removing the need to refactor reduces the likelihood that
|
||||
the code be inadvertently changed as part of debugging (a common cause of
|
||||
Heisenbugs), and is easier to dictate to a student or junior programmer.
|
||||
Heisenbugs), and is easier to dictate to another programmer.
|
||||
|
||||
|
||||
Syntax and semantics
|
||||
|
|
Loading…
Reference in New Issue