summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-06-13 21:36:15 -0700
committerPuneeth Chaganti2011-06-13 21:36:15 -0700
commitef3a684cab26fbd99008c5f9ad37161e1ad2c5fb (patch)
tree21c58b9662e0955fca865db078427158f0b33ee1
parentbae60b1405d875d2b73d7018c01064866a4ae7e4 (diff)
downloadsees-ef3a684cab26fbd99008c5f9ad37161e1ad2c5fb.tar.gz
sees-ef3a684cab26fbd99008c5f9ad37161e1ad2c5fb.tar.bz2
sees-ef3a684cab26fbd99008c5f9ad37161e1ad2c5fb.zip
Fix typo in basic_python/slides/intro.tex.
-rw-r--r--basic_python/slides/intro.tex2
1 files changed, 1 insertions, 1 deletions
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}