##// END OF EJS Templates
Correct docstring
Thomas Kluyver -
Show More
@@ -171,8 +171,8 b' python-profiler package from non-free.""")'
171 Inputs:
171 Inputs:
172
172
173 - range_str: the set of slices is given as a string, like
173 - range_str: the set of slices is given as a string, like
174 "~5#6-~4#2 4:8 9", since this function is for use by magic functions
174 "~5/6-~4/2 4:8 9", since this function is for use by magic functions
175 which get their arguments as strings. The number before the # is the
175 which get their arguments as strings. The number before the / is the
176 session number: ~n goes n back from the current session.
176 session number: ~n goes n back from the current session.
177
177
178 Optional inputs:
178 Optional inputs:
General Comments 0
You need to be logged in to leave comments. Login now