From 534604c38b300b6b419362c487cbf779e7f76ea8 Mon Sep 17 00:00:00 2001 From: Shantanu Choudhary Date: Tue, 22 Dec 2009 14:10:37 +0530 Subject: commited changes made for scipy and cheatsheats. --- day2/cheatsheet1.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'day2/cheatsheet1.tex') diff --git a/day2/cheatsheet1.tex b/day2/cheatsheet1.tex index 22289b3..6ddb1ee 100755 --- a/day2/cheatsheet1.tex +++ b/day2/cheatsheet1.tex @@ -108,7 +108,7 @@ In []: x, y = 1, 1.234 #initializing two variables In []: 'x is %s, y is %s' %(x, y) Out[]: 'x is 1, y is 1.234' \end{lstlisting} -\textbf{Note:} \typ{\%s} used in above fomatting specifies \typ{'str'} representation of variables. One can also try:\\ +\textbf{Note:} \typ{\%s} used in above formatting specifies \typ{'str'} representation of variables. One can also try:\\ \typ{\%d} for \typ{int} representation\\ \typ{\%f} for \typ{float} representation \begin{lstlisting} -- cgit