We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be3773d commit d7d2b79Copy full SHA for d7d2b79
1 file changed
book/book.tex
@@ -32,7 +32,7 @@
32
\title{Think Python}
33
\author{Allen B. Downey}
34
\newcommand{\thetitle}{Think Python: How to Think Like a Computer Scientist}
35
-\newcommand{\theversion}{2nd Edition, Version 2.2.20}
+\newcommand{\theversion}{2nd Edition, Version 2.2.21}
36
\newcommand{\thedate}{}
37
38
% these styles get translated in CSS for the HTML version
@@ -721,7 +721,7 @@ \section*{Contributor List}
721
% ENDCONTRIB
722
723
In addition, people who spotted typos or made corrections include
724
-Czeslaw Czapla,
+Czeslaw Czapla, Dale Wilson,
725
Richard Fursa, Brian McGhie, Lokesh Kumar Makani, Matthew Shultz, Viet
726
Le, Victor Simeone, Lars O.D. Christensen, Swarup Sahoo, Alix Etienne,
727
Kuang He, Wei Huang, Karen Barber, and Eric Ransom.
@@ -2815,10 +2815,8 @@ \section{Exercises}
2815
print('-')
2816
\end{verbatim}
2817
%
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.
+The output of these statements is \verb"'+ -'" on the same line.
+The output from the next print statement would begin on the next line.
2822
2823
\item Write a function that draws a similar grid
2824
with four rows and four columns.
0 commit comments