Skip to content

Commit ecd2e63

Browse files
committed
Merge pull request AllenDowney#19 from lbordoni/master
Correct __lt__ method description in 18.3
2 parents 571702a + 62d0e37 commit ecd2e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/book.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14169,7 +14169,7 @@ \section{Comparing cards}
1416914169
\index{type!programmer-defined}
1417014170
1417114171
\verb"__lt__" takes two parameters, {\tt self} and {\tt other},
14172-
and {\tt True} if {\tt self} is strictly less than {\tt other}.
14172+
and returns {\tt True} if {\tt self} is strictly less than {\tt other}.
1417314173
\index{override}
1417414174
\index{operator overloading}
1417514175

0 commit comments

Comments
 (0)