From ce704d44c2c39277b5f9141ef6069296d7514043 2017-02-28 13:01:09 From: Thomas Kluyver Date: 2017-02-28 13:01:09 Subject: [PATCH] Tweak wording --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index ecaef4a..cd62af7 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -139,7 +139,7 @@ class SpaceInInput(Exception): pass def get_default_colors(): "DEPRECATED" - warn('get_default_color is Deprecated, since IPython 5.0 and is `Neutral` on all platforms.', + warn('get_default_color is deprecated since IPython 5.0, and returns `Neutral` on all platforms.', DeprecationWarning, stacklevel=2) return 'Neutral'