Browse Source

Update errata formatting.

Eli Stevens 5 năm trước cách đây
mục cha
commit
b59272f52f
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      docs/errata.html

+ 5 - 3
docs/errata.html

@@ -199,9 +199,11 @@ o11 = i11 * w00 + i12 * w01 + i13 * w02 +
     <h2>Page 277</h2>
     <p><i>The first code annotation should read:</i></p>
     <p>
-        # In[7]:
-        from p2ch10.vis import findPositiveSamples, showCandidate
-        positiveSample_list = findPositiveSamples()
+<pre>
+# In[7]:
+from p2ch10.vis import findPositiveSamples, showCandidate
+positiveSample_list = findPositiveSamples()
+</pre>
     </p>
 
 </div>