From abd031405fd7db3f19db0641232b94f936ca729d 2016-01-05 16:29:24 From: Matthias Bussonnier Date: 2016-01-05 16:29:24 Subject: [PATCH] Add missing space --- diff --git a/IPython/lib/kernel.py b/IPython/lib/kernel.py index e5d5efd..af98276 100644 --- a/IPython/lib/kernel.py +++ b/IPython/lib/kernel.py @@ -5,7 +5,7 @@ Moved to IPython.kernel.connect import warnings warnings.warn("IPython.lib.kernel moved to IPython.kernel.connect in IPython 1.0," - "and will be removed in IPython 6.0.", + " and will be removed in IPython 6.0.", DeprecationWarning )