Finish incomplete sentence.

This commit is contained in:
Guido van Rossum 2002-04-01 15:20:47 +00:00
parent e2e9ade45e
commit b0ff431398
1 changed files with 2 additions and 1 deletions

View File

@ -46,7 +46,8 @@ Review
(repr(True) would always return "True".)
=> Most reviewers prefer str(True) == "True" (which may mean that
they don't appreciate the specific
they don't appreciate the specific backwards compatibility
issue brought up br Marc-Andre Lemburg :-).
3) Should the constants be called 'True' and 'False'
(corresponding to None) or 'true' and 'false' (as in C++, Java