Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dad1cd5

Browse files
authored
Update IPython/utils/coloransi.py
1 parent d9ed43d commit dad1cd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

IPython/utils/coloransi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def __init__(self, __scheme_name_, colordict=None, **colormap):
121121
warnings.warn(
122122
"Passing each colors as a kwarg to ColorScheme is "
123123
"considered for deprecation. Please pass a "
124-
"dict as single dict as second parameter. If you are using this"
125-
"Feature, please comment an subscribe to issue "
124+
"a single dict as second parameter. If you are using this"
125+
"feature, please comment an subscribe to issue "
126126
"https://github.com/ipython/ipython/issues/14304",
127127
PendingDeprecationWarning,
128128
stacklevel=2,

0 commit comments

Comments
 (0)