浏览代码

fix typo in figure 1.5

Sparsh-N 2 周之前
父节点
当前提交
f80780f427
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      book.tex

+ 1 - 1
book.tex

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