Made minor English changes
authorrivermaker@kalyani
Mon, 23 Nov 2009 10:55:43 +0530
changeset 325 0cde91487637
parent 324 2361df479844
child 326 f57f42861770
Made minor English changes
day1/cheatsheet1.tex
--- a/day1/cheatsheet1.tex	Fri Nov 20 00:42:56 2009 +0530
+++ b/day1/cheatsheet1.tex	Mon Nov 23 10:55:43 2009 +0530
@@ -59,7 +59,7 @@
   'k' ---> Black 
   'w' ---> White
 \end{lstlisting}
-One can also set the line width of plot using optional argument \typ{linewidth}. For example:\\
+One can set the width of the plotline using optional argument \typ{linewidth}. For example:\\
 \typ{In []: plot(x, cos(x), 'r', linewidth=2)}\\
 Plots the line with linewidth = 2
 \subsection{label and title}