diff options
author | Christopher Burns | 2010-06-20 22:55:05 -0700 |
---|---|---|
committer | Christopher Burns | 2010-06-20 22:55:05 -0700 |
commit | 7d6692f4bb6f1e41263e06bf5cf2cc55b8afd9bf (patch) | |
tree | 92fe1559278ea707787cc3c8fda14d9195330f5f | |
parent | 54624276ac1c117fce03640f2c0cf5ed84837aa0 (diff) | |
download | workshops-more-scipy-7d6692f4bb6f1e41263e06bf5cf2cc55b8afd9bf.tar.gz workshops-more-scipy-7d6692f4bb6f1e41263e06bf5cf2cc55b8afd9bf.tar.bz2 workshops-more-scipy-7d6692f4bb6f1e41263e06bf5cf2cc55b8afd9bf.zip |
Line numbers for history can be separated by spaces, not commas.
--HG--
branch : scipy2010
-rw-r--r-- | day1/session1.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/day1/session1.tex b/day1/session1.tex index 74e1492..4c26942 100644 --- a/day1/session1.tex +++ b/day1/session1.tex @@ -602,7 +602,7 @@ Use the \typ{\%save} \alert{magic} command of IPython \begin{block}{} \typ{\%save script_name line_numbers} \end{block} -Line numbers can be specified individually separated by commas or as a range separated by a dash.\\ +Line numbers can be specified individually separated by spaces or as a range separated by a dash.\\ \begin{block}{} \typ{\%save four_plot.py} \alert{\typ{ 16 18-27}} \\ \end{block} |