Skip to content

Commit

Permalink
Merge pull request AllenDowney#19 from lbordoni/master
Browse files Browse the repository at this point in the history
Correct __lt__ method description in 18.3
  • Loading branch information
AllenDowney committed May 12, 2016
2 parents 571702a + 62d0e37 commit ecd2e63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/book.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14169,7 +14169,7 @@ \section{Comparing cards}
\index{type!programmer-defined}
\verb"__lt__" takes two parameters, {\tt self} and {\tt other},
and {\tt True} if {\tt self} is strictly less than {\tt other}.
and returns {\tt True} if {\tt self} is strictly less than {\tt other}.
\index{override}
\index{operator overloading}
Expand Down

0 comments on commit ecd2e63

Please sign in to comment.