PEP 572: Reword slightly to remove reference to students

This commit is contained in:
Chris Angelico 2018-04-26 22:39:09 +10:00
parent 4d93701cce
commit 433faca4cf
1 changed files with 1 additions and 1 deletions

View File

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