From 1f019470106e324145c05d2612828682aa62756a 2017-04-04 16:26:45 From: Matthias Bussonnier Date: 2017-04-04 16:26:45 Subject: [PATCH] remove space before `?` --- diff --git a/IPython/core/magics/basic.py b/IPython/core/magics/basic.py index ef70868..fb7c4e3 100644 --- a/IPython/core/magics/basic.py +++ b/IPython/core/magics/basic.py @@ -296,7 +296,7 @@ Currently the magic system has the following functions:""", """ raise DeprecationWarning("The `%profile` magic has been deprecated since IPython 2.0. " "and removed in IPython 6.0. Please use the value of `get_ipython().profile` instead " - "to see current profile in use. Perhaps you meant to use `%prun` to profile code ?") + "to see current profile in use. Perhaps you meant to use `%prun` to profile code?") @line_magic def pprint(self, parameter_s=''):