day2/cheatsheet1.tex
changeset 329 0a6ab1d81491
parent 327 c78cad28c2f7
child 330 46533051b9d3
--- a/day2/cheatsheet1.tex	Tue Dec 08 12:40:07 2009 +0530
+++ b/day2/cheatsheet1.tex	Tue Dec 08 13:06:14 2009 +0530
@@ -134,7 +134,7 @@
 In []: p = 'World'
 In []: s + p  #concatenating two strings
 Out[]: 'HelloWorld'
-In []: s * 4  #repeating string for given num of times
+In []: s * 4  #repeat string for given number of times
 Out[]: 'HelloHelloHelloHello'
 \end{lstlisting}
 \subsection{Relational and Logical Operators}