diff options
author | Puneeth Chaganti | 2011-06-15 12:02:31 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-06-15 12:02:31 +0530 |
commit | feb05e3594b913647e488f352f643ebebc412ced (patch) | |
tree | 876f59f69370971c404eb29fc4ead2f2d5123424 | |
parent | 270cd9462809c8761271b15d1ad24a0eb737464e (diff) | |
parent | ef3a684cab26fbd99008c5f9ad37161e1ad2c5fb (diff) | |
download | sees-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.tex | 2 |
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} |