diff options
-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} |