summaryrefslogtreecommitdiff
path: root/advanced_python/slides/modules.tex
diff options
context:
space:
mode:
Diffstat (limited to 'advanced_python/slides/modules.tex')
-rw-r--r--advanced_python/slides/modules.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced_python/slides/modules.tex b/advanced_python/slides/modules.tex
index ecc5ce8..957789a 100644
--- a/advanced_python/slides/modules.tex
+++ b/advanced_python/slides/modules.tex
@@ -100,7 +100,7 @@
\frametitle{GCD script}
\begin{itemize}
\item Function that computes gcd of two numbers
- \item Save it as \texttt{gcd\_scrip.py}
+ \item Save it as \texttt{gcd\_script.py}
\end{itemize}
\begin{lstlisting}
def gcd(a, b):