summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-06-15 11:59:49 +0530
committerPuneeth Chaganti2011-06-15 11:59:49 +0530
commit270cd9462809c8761271b15d1ad24a0eb737464e (patch)
tree2041acb7a04d17935fd46a3ce59e26d0d5dae1f1
parent93009372b4e0c2920ceec5c6f0c7821b206e6fb0 (diff)
downloadsees-270cd9462809c8761271b15d1ad24a0eb737464e.tar.gz
sees-270cd9462809c8761271b15d1ad24a0eb737464e.tar.bz2
sees-270cd9462809c8761271b15d1ad24a0eb737464e.zip
adv_py: Minor fix to advanced_python/slides/oop.tex
-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}