Skip to content

Commit ad64978

Browse files
authored
Update book.tex
1 parent bb8e9ce commit ad64978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

book/book.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ \section*{Contributor List}
723723
% ENDCONTRIB
724724

725725
In addition, people who spotted typos or made corrections include
726-
Czeslaw Czapla, Dale Wilson,
726+
Czeslaw Czapla, Dale Wilson, Francesco Carlo Cimini,
727727
Richard Fursa, Brian McGhie, Lokesh Kumar Makani, Matthew Shultz, Viet
728728
Le, Victor Simeone, Lars O.D. Christensen, Swarup Sahoo, Alix Etienne,
729729
Kuang He, Wei Huang, Karen Barber, and Eric Ransom.
@@ -9724,7 +9724,7 @@ \section{Tuples as return values}
97249724
if the value is a tuple, the effect is the same as returning
97259725
multiple values. For example, if you want to divide two integers
97269726
and compute the quotient and remainder, it is inefficient to
9727-
compute {\tt x/y} and then {\tt x\%y}. It is better to compute
9727+
compute {\tt x//y} and then {\tt x\%y}. It is better to compute
97289728
them both at the same time.
97299729
\index{divmod}
97309730

0 commit comments

Comments
 (0)