Skip to content

Commit d7d2b79

Browse files
committed
Updating book.tex
1 parent be3773d commit d7d2b79

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

book/book.tex

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
\title{Think Python}
3333
\author{Allen B. Downey}
3434
\newcommand{\thetitle}{Think Python: How to Think Like a Computer Scientist}
35-
\newcommand{\theversion}{2nd Edition, Version 2.2.20}
35+
\newcommand{\theversion}{2nd Edition, Version 2.2.21}
3636
\newcommand{\thedate}{}
3737

3838
% these styles get translated in CSS for the HTML version
@@ -721,7 +721,7 @@ \section*{Contributor List}
721721
% ENDCONTRIB
722722

723723
In addition, people who spotted typos or made corrections include
724-
Czeslaw Czapla,
724+
Czeslaw Czapla, Dale Wilson,
725725
Richard Fursa, Brian McGhie, Lokesh Kumar Makani, Matthew Shultz, Viet
726726
Le, Victor Simeone, Lars O.D. Christensen, Swarup Sahoo, Alix Etienne,
727727
Kuang He, Wei Huang, Karen Barber, and Eric Ransom.
@@ -2815,10 +2815,8 @@ \section{Exercises}
28152815
print('-')
28162816
\end{verbatim}
28172817
%
2818-
The output of these statements is \verb"'+ -'".
2819-
2820-
A {\tt print} statement with no argument ends the current line and
2821-
goes to the next line.
2818+
The output of these statements is \verb"'+ -'" on the same line.
2819+
The output from the next print statement would begin on the next line.
28222820

28232821
\item Write a function that draws a similar grid
28242822
with four rows and four columns.

0 commit comments

Comments
 (0)