From de447e5100faea067062cb87792ca16b7404c418 2018-10-13 15:59:52 From: Matthias Bussonnier Date: 2018-10-13 15:59:52 Subject: [PATCH] typo --- diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py index 74a9e6a..d04ace8 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:run + Usage, in line mode: %prun [options] statement Usage, in cell mode: