Browse Source

Fixed typo Num -> Int in ch 1 code.

Ryan Davis 3 năm trước cách đây
mục cha
commit
aa0d07d038
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -1205,7 +1205,7 @@ first is in \code{Lint} and the second is not.
 (Lint (Program '() ast1_1)
 (Lint (Program '()
        (Prim '- (list (Prim 'read '())
-                      (Prim '+ (list (Num 8)))))))
+                      (Prim '+ (list (Int 8)))))))
 \end{lstlisting}
 \fi}
 {\if\edition\pythonEd