From 84f2bdedaf03e9fb71e964baff39283449302bad 2024-10-20 18:39:59 From: Arya Date: 2024-10-20 18:39:59 Subject: [PATCH] trial newline --- 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: