Skip to content

Commit b59272f

Browse files
authored
Update errata formatting.
1 parent 7c6f224 commit b59272f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs/errata.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,11 @@ <h2>Page 258</h2>
199199
<h2>Page 277</h2>
200200
<p><i>The first code annotation should read:</i></p>
201201
<p>
202-
# In[7]:
203-
from p2ch10.vis import findPositiveSamples, showCandidate
204-
positiveSample_list = findPositiveSamples()
202+
<pre>
203+
# In[7]:
204+
from p2ch10.vis import findPositiveSamples, showCandidate
205+
positiveSample_list = findPositiveSamples()
206+
</pre>
205207
</p>
206208

207209
</div>

0 commit comments

Comments
 (0)