diff options
author | Christopher Burns | 2010-06-20 22:55:05 -0700 |
---|---|---|
committer | Christopher Burns | 2010-06-20 22:55:05 -0700 |
commit | 596be40a15e55b1318f267b62fbbce1ab26d7dac (patch) | |
tree | 92fe1559278ea707787cc3c8fda14d9195330f5f | |
parent | 5317645c487579159dd7339eb463b188b9dacf71 (diff) | |
download | workshops-596be40a15e55b1318f267b62fbbce1ab26d7dac.tar.gz workshops-596be40a15e55b1318f267b62fbbce1ab26d7dac.tar.bz2 workshops-596be40a15e55b1318f267b62fbbce1ab26d7dac.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} |