diff --git a/IPython/core/magic.py b/IPython/core/magic.py index ff3b971..bf4c174 100644 --- a/IPython/core/magic.py +++ b/IPython/core/magic.py @@ -984,7 +984,7 @@ Currently the magic system has the following functions:\n""" See Also -------- - %reset_selective + magic_reset_selective Examples -------- @@ -1095,7 +1095,7 @@ Currently the magic system has the following functions:\n""" See Also -------- - %reset + magic_reset Examples --------