From ef3a684cab26fbd99008c5f9ad37161e1ad2c5fb Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Mon, 13 Jun 2011 21:36:15 -0700 Subject: Fix typo in basic_python/slides/intro.tex. --- basic_python/slides/intro.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_python/slides/intro.tex b/basic_python/slides/intro.tex index 34c20dd..52be064 100644 --- a/basic_python/slides/intro.tex +++ b/basic_python/slides/intro.tex @@ -413,7 +413,7 @@ Type "help", "copyright", "credits" or "license" for more information. \texttt{[ ]} \end{itemize} \begin{lstlisting} - In []: num_tuple = num_tuple = (1, 2, 3, 4, 5, 6, 7, 8) + In []: num_tuple = (1, 2, 3, 4, 5, 6, 7, 8) \end{lstlisting} \end{frame} -- cgit