Skip to content

Commit 7241e11

Browse files
authored
Merge pull request AllenDowney#76 from jorgelespinoza/patch-18
Fix punctuation detail
2 parents e5a0884 + d20d9f3 commit 7241e11

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
@@ -12927,7 +12927,7 @@ \section{Prototyping versus planning}
1292712927
An alternative is {\bf designed development}, in which high-level
1292812928
insight into the problem can make the programming much easier. In
1292912929
this case, the insight is that a Time object is really a three-digit
12930-
number in base 60 (see \url{http://en.wikipedia.org/wiki/Sexagesimal}.)! The
12930+
number in base 60 (see \url{http://en.wikipedia.org/wiki/Sexagesimal}). The
1293112931
{\tt second} attribute is the ``ones column'', the {\tt minute}
1293212932
attribute is the ``sixties column'', and the {\tt hour} attribute is
1293312933
the ``thirty-six hundreds column''.

0 commit comments

Comments
 (0)