From 270cd9462809c8761271b15d1ad24a0eb737464e Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Wed, 15 Jun 2011 11:59:49 +0530 Subject: adv_py: Minor fix to advanced_python/slides/oop.tex --- advanced_python/slides/oop.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- cgit