Просмотр исходного кода

fix typo in InterpLvar example

Carsten Gips 1 год назад
Родитель
Сommit
167a52dca3
1 измененных файлов с 1 добавлено и 1 удалено
  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):