diff options
Diffstat (limited to 'day1/Session-3.tex')
-rwxr-xr-x | day1/Session-3.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/Session-3.tex b/day1/Session-3.tex index d518781..6ad35b1 100755 --- a/day1/Session-3.tex +++ b/day1/Session-3.tex @@ -308,7 +308,7 @@ NameError: name 'sqrt' is not defined >>> from math import * \end{lstlisting} \item What is the difference? - \item \alert{Use the later only in interactive mode} + \item \alert{Use the latter only in interactive mode} \end{itemize} \emphbar{Package hierarchies} \begin{lstlisting} |