From 4673cd0bba0a116d6a6979992d2eab298a40d5d6 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Tue, 7 Aug 2001 15:30:11 +0000 Subject: [PATCH] Fix typo --- pep-0238.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0238.txt b/pep-0238.txt index 44e58ccc1..36d35062f 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.