summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Burns2010-06-20 22:55:05 -0700
committerChristopher Burns2010-06-20 22:55:05 -0700
commit596be40a15e55b1318f267b62fbbce1ab26d7dac (patch)
tree92fe1559278ea707787cc3c8fda14d9195330f5f
parent5317645c487579159dd7339eb463b188b9dacf71 (diff)
downloadworkshops-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.tex2
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}