Преглед на файлове

fix typo in InterpLvar example

Carsten Gips преди 1 година
родител
ревизия
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):