##// END OF EJS Templates
remove space before `?`
Matthias Bussonnier -
Show More
@@ -296,7 +296,7 b' Currently the magic system has the following functions:""",'
296 296 """
297 297 raise DeprecationWarning("The `%profile` magic has been deprecated since IPython 2.0. "
298 298 "and removed in IPython 6.0. Please use the value of `get_ipython().profile` instead "
299 "to see current profile in use. Perhaps you meant to use `%prun` to profile code ?")
299 "to see current profile in use. Perhaps you meant to use `%prun` to profile code?")
300 300
301 301 @line_magic
302 302 def pprint(self, parameter_s=''):
General Comments 0
You need to be logged in to leave comments. Login now