Typo fix.
This commit is contained in:
parent
9cec34b016
commit
4e4e4e8c29
|
@ -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".
|
||||
|
||||
|
|
Loading…
Reference in New Issue