From 433faca4cf1bb8a0550d01b86b2b4581b3eda460 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Thu, 26 Apr 2018 22:39:09 +1000 Subject: [PATCH] PEP 572: Reword slightly to remove reference to students --- pep-0572.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0572.rst b/pep-0572.rst index 0667a0202..643532824 100644 --- a/pep-0572.rst +++ b/pep-0572.rst @@ -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