summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-06-15 12:02:31 +0530
committerPuneeth Chaganti2011-06-15 12:02:31 +0530
commitfeb05e3594b913647e488f352f643ebebc412ced (patch)
tree876f59f69370971c404eb29fc4ead2f2d5123424
parent270cd9462809c8761271b15d1ad24a0eb737464e (diff)
parentef3a684cab26fbd99008c5f9ad37161e1ad2c5fb (diff)
downloadsees-feb05e3594b913647e488f352f643ebebc412ced.tar.gz
sees-feb05e3594b913647e488f352f643ebebc412ced.tar.bz2
sees-feb05e3594b913647e488f352f643ebebc412ced.zip
Merge branch 'master' of github.com:FOSSEE/sees
-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}