diff --git a/IPython/core/usage.py b/IPython/core/usage.py index 808ba54..bb05a64 100644 --- a/IPython/core/usage.py +++ b/IPython/core/usage.py @@ -291,7 +291,7 @@ cd /usr/share : Obvious. cd - to choose from visited dirs. %cd?? : See help AND source for magic %cd %timeit x=10 : time the 'x=10' statement with high precision. %%timeit x=2**100 -x**100 : time 'x*100' with a setup of 'x=2**100'; setup code is not +x**100 : time 'x**100' with a setup of 'x=2**100'; setup code is not counted. This is an example of a cell magic. System commands: