Explorar o código

Merge pull request #169 from cagix/cagix-InterpLvar

fix typo in InterpLvar python example
Jeremy G. Siek hai 6 meses
pai
achega
3a2d4d61a0
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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):