##// END OF EJS Templates
Tweak wording
Thomas Kluyver -
Show More
@@ -139,7 +139,7 b' class SpaceInInput(Exception): pass'
139
139
140 def get_default_colors():
140 def get_default_colors():
141 "DEPRECATED"
141 "DEPRECATED"
142 warn('get_default_color is Deprecated, since IPython 5.0 and is `Neutral` on all platforms.',
142 warn('get_default_color is deprecated since IPython 5.0, and returns `Neutral` on all platforms.',
143 DeprecationWarning, stacklevel=2)
143 DeprecationWarning, stacklevel=2)
144 return 'Neutral'
144 return 'Neutral'
145
145
General Comments 0
You need to be logged in to leave comments. Login now