diff --git a/IPython/core/magics/execution.py b/IPython/core/magics/execution.py index abfc4cb..e0b7040 100644 --- a/IPython/core/magics/execution.py +++ b/IPython/core/magics/execution.py @@ -1032,8 +1032,8 @@ class ExecutionMagics(Magics): %timeit [-n -r [-t|-c] -q -p

-o] statement or in cell mode: %%timeit [-n -r [-t|-c] -q -p

-o] setup_code - code - code... + code + code... Time execution of a Python statement or expression using the timeit module. This function can be used both as a line and cell magic: