Jelajahi Sumber

fix typo in figure 1.5

Sparsh-N 2 minggu lalu
induk
melakukan
f80780f427
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -1769,7 +1769,7 @@ def pe_stmt(s):
     case Expr(value):
     case Expr(value):
       return Expr(pe_exp(value))
       return Expr(pe_exp(value))
 
 
-def pe_P_int(p):
+def pe_Lint(p):
   match p:
   match p:
     case Module(body):
     case Module(body):
       new_body = [pe_stmt(s) for s in body]
       new_body = [pe_stmt(s) for s in body]