##// END OF EJS Templates
Update IPython/utils/coloransi.py
M Bussonnier -
Show More
@@ -121,8 +121,8 b' class ColorScheme:'
121 warnings.warn(
121 warnings.warn(
122 "Passing each colors as a kwarg to ColorScheme is "
122 "Passing each colors as a kwarg to ColorScheme is "
123 "considered for deprecation. Please pass a "
123 "considered for deprecation. Please pass a "
124 "dict as single dict as second parameter. If you are using this"
124 "a single dict as second parameter. If you are using this"
125 "Feature, please comment an subscribe to issue "
125 "feature, please comment an subscribe to issue "
126 "https://github.com/ipython/ipython/issues/14304",
126 "https://github.com/ipython/ipython/issues/14304",
127 PendingDeprecationWarning,
127 PendingDeprecationWarning,
128 stacklevel=2,
128 stacklevel=2,
General Comments 0
You need to be logged in to leave comments. Login now