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

Skip to content

Commit 1e01d28

Browse files
committed
Improve removal note
1 parent 02e1396 commit 1e01d28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Removed support for single color strings in `~.colors.to_rgba_array`
22
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3-
Converting a string with single color characters (e.g. ``'rgb'``) in
4-
`~.colors.to_rgba_array`is no longer supported. Instead, the colors can be
5-
passed individually in a list (e.g. ``['r', 'g', 'b']``).
3+
Converting a string with single color characters (e.g. ``'cymk'``) in
4+
`~.colors.to_rgba_array` is no longer supported. Instead, the colors can be
5+
passed individually in a list (e.g. ``['c', 'y', 'm', 'k']``).

0 commit comments

Comments
 (0)