Pārlūkot izejas kodu

fix typo in InterpLvar example

Carsten Gips 1 gadu atpakaļ
vecāks
revīzija
167a52dca3
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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):