Typo fix.

This commit is contained in:
Guido van Rossum 2002-03-30 13:39:00 +00:00
parent 9cec34b016
commit 4e4e4e8c29
1 changed files with 1 additions and 1 deletions

View File

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