Skip to content

Commit

Permalink
update lines for sed
Browse files Browse the repository at this point in the history
  • Loading branch information
uecker committed Jun 2, 2020
1 parent b12b3d4 commit ba01785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions day2_add_cmdline_parameter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@
}
],
"source": [
"sed -n '16,27p' < plot_traj.py"
"sed -n '13,24p' < plot_traj.py"
]
},
{
Expand Down Expand Up @@ -414,7 +414,7 @@
}
],
"source": [
"sed -n '36,52p' < plot_traj.py"
"sed -n '32,48p' < plot_traj.py"
]
},
{
Expand Down

0 comments on commit ba01785

Please sign in to comment.