diff --git a/pep-0238.txt b/pep-0238.txt index 44e58ccc1ad..36d35062f33 100644 --- a/pep-0238.txt +++ b/pep-0238.txt @@ -149,7 +149,7 @@ Variations - x \ y. The backslash is already a token, meaning line continuation, and in general it suggests an "escape" to Unix - eyes. In addition (this due to terry Reedy) this would make + eyes. In addition (this due to Terry Reedy) this would make things like eval("x\y") harder to get right.