From 79f4369879e11a76d4694ad099b10295d8a11e3b 2018-10-09 04:05:09 From: kd2718 Date: 2018-10-09 04:05:09 Subject: [PATCH] quick doc change --- diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py index 9fabc43..6f7ddea 100644 --- a/IPython/core/magics/execution.py +++ b/IPython/core/magics/execution.py @@ -188,7 +188,7 @@ python-profiler package from non-free.""") """Run a statement through the python code profiler. - Usage, in line mode: + Usage, in line mode:run %prun [options] statement Usage, in cell mode: @@ -507,6 +507,8 @@ python-profiler package from non-free.""") *two* back slashes (e.g. ``\\\\*``) to suppress expansions. To completely disable these expansions, you can use -G flag. + On Windows systems, the use of double quotes `"` is required. + Options: -n