Fix typo in the alternate way to spell A<B<C, found by

geepokey@yahoo.com (Gumby).
This commit is contained in:
Guido van Rossum 2001-02-05 15:56:04 +00:00
parent f6828bb85b
commit 0dd6c4438a
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ Proposed Resolutions
raises an exception. David Ascher's proposal tries to deal
with this; I don't think this is worth the additional complexity
in the code generator. Instead of A<B<C, you can write
(A<B)&(C<D).
(A<B)&(B<C).
6 The min() and list.sort() operations will only use the
< operator; max() will only use the > operator. The 'in' and