Chapter 10 - Debugging
Closed this issue · 1 comments
jgfoster commented
The first numbered paragraph begins with 1)
while the remaining paragraphs begin with 2.
, 3.
, and 4.
. While this is a very minor inconsistency (which does not even show at all in VS Code), when rendered in Colab it is interpreted differently. The numbered paragraph is not indented and the following paragraph (which has leading spaces) is interpreted as code (which is where I was initially confused). The trivial fix is to replace 1)
with 1.
.
AllenDowney commented
Fixed. The change will propagate soon. Thanks!