Skip to content

Commit 62d0e37

Browse files
committed
Correct __lt__ method description in 18.3
1 parent 571702a commit 62d0e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)