diff --git a/IPython/core/application.py b/IPython/core/application.py index fddc525..6374b7f 100644 --- a/IPython/core/application.py +++ b/IPython/core/application.py @@ -202,7 +202,7 @@ class BaseIPythonApplication(Application): import time self.log.warning("Subcommand `ipython {sub}` is deprecated and will be removed " "in future versions.".format(sub=subc)) - self.log.warning("You likely want to use `jupyter {sub}`... in the" + self.log.warning("You likely want to use `jupyter {sub}` in the " "future".format(sub=subc)) return super(BaseIPythonApplication, self).initialize_subcommand(subc, argv)