From 7fbb0b5a7a5645eea897e71e2d9ce313734249e3 2013-11-22 18:12:22 From: Paul Ivanov Date: 2013-11-22 18:12:22 Subject: [PATCH] prun is a method, not a class just trying to keep @takluyver happy ;) --- diff --git a/IPython/core/magics/basic.py b/IPython/core/magics/basic.py index ec02b8f..cf86ac8 100644 --- a/IPython/core/magics/basic.py +++ b/IPython/core/magics/basic.py @@ -310,7 +310,7 @@ Currently the magic system has the following functions:""", See Also -------- prun : run code using the Python profiler - (:class:`~IPython.core.magics.execution.ExecutionMagics.prun`) + (:meth:`~IPython.core.magics.execution.ExecutionMagics.prun`) """ from IPython.core.application import BaseIPythonApplication if BaseIPythonApplication.initialized():