##// END OF EJS Templates
quick doc change
kd2718 -
Show More
@@ -188,7 +188,7 b' python-profiler package from non-free.""")'
188
188
189 """Run a statement through the python code profiler.
189 """Run a statement through the python code profiler.
190
190
191 Usage, in line mode:
191 Usage, in line mode:run
192 %prun [options] statement
192 %prun [options] statement
193
193
194 Usage, in cell mode:
194 Usage, in cell mode:
@@ -507,6 +507,8 b' python-profiler package from non-free.""")'
507 *two* back slashes (e.g. ``\\\\*``) to suppress expansions.
507 *two* back slashes (e.g. ``\\\\*``) to suppress expansions.
508 To completely disable these expansions, you can use -G flag.
508 To completely disable these expansions, you can use -G flag.
509
509
510 On Windows systems, the use of double quotes `"` is required.
511
510 Options:
512 Options:
511
513
512 -n
514 -n
General Comments 0
You need to be logged in to leave comments. Login now