Browse Source

Merge pull request #169 from cagix/cagix-InterpLvar

fix typo in InterpLvar python example
Jeremy G. Siek 6 months ago
parent
commit
3a2d4d61a0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      book.tex

+ 1 - 1
book.tex

@@ -2163,7 +2163,7 @@ class InterpLint:
 \end{minipage}
 \begin{minipage}{0.45\textwidth}
   \begin{lstlisting}
-def InterpLvar(InterpLint):
+class InterpLvar(InterpLint):
   def interp_exp(e):
     match e:
       case Name(id):