summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--advanced_python/slides/oop.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced_python/slides/oop.tex b/advanced_python/slides/oop.tex
index d0cd76f..bdb983c 100644
--- a/advanced_python/slides/oop.tex
+++ b/advanced_python/slides/oop.tex
@@ -114,7 +114,7 @@
\begin{itemize}
\item Defined just like a function block
\item \texttt{class} is a keyword
- \item \texttt{Talk} is the function name
+ \item \texttt{Talk} is the name of the class
\item Classes also come with doc-strings
\item All the statements of within the class are inside the block
\end{itemize}