Skip to content

Commit

Permalink
Update IPython/utils/coloransi.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carreau committed Jan 31, 2024
1 parent d9ed43d commit dad1cd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions IPython/utils/coloransi.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ def __init__(self, __scheme_name_, colordict=None, **colormap):
warnings.warn(
"Passing each colors as a kwarg to ColorScheme is "
"considered for deprecation. Please pass a "
"dict as single dict as second parameter. If you are using this"
"Feature, please comment an subscribe to issue "
"a single dict as second parameter. If you are using this"
"feature, please comment an subscribe to issue "
"https://github.com/ipython/ipython/issues/14304",
PendingDeprecationWarning,
stacklevel=2,
Expand Down

0 comments on commit dad1cd5

Please sign in to comment.