From 4e4e4e8c2922d46ab470b9bdc1744c037da84b48 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 30 Mar 2002 13:39:00 +0000 Subject: [PATCH] Typo fix. --- pep-0285.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0285.txt b/pep-0285.txt index 4039d92ae..15bea39b3 100644 --- a/pep-0285.txt +++ b/pep-0285.txt @@ -228,7 +228,7 @@ Issues int value, some code (for example doctest-based unit tests, and possibly database code that relies on things like "%s" % truth) may fail. How much of a backwards compatibility problem this will - be, I don't know. If we this turns out to be a real problem, we + be, I don't know. If this turns out to be a real problem, we could changes the rules so that str() of a bool returns "0" or "1", while repr() of a bool still returns "False" or "True".