8000 linting · matplotlib/matplotlib@821f268 · GitHub
[go: up one dir, main page]

Skip to content

Commit 821f268

Browse files
authored
linting
1 parent 443137a commit 821f268

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/matplotlib/colors.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
The module also provides functions for checking whether an object can be
3030
interpreted as a color (`is_color_like`), for converting such an object
3131
to an RGBA tuple (`to_rgba`) or to an HTML-like hex string in the
32-
"#rrggbb" format (`to_hex`), and a sequence of colors to an (n, 4)
32+
"#rrggbb" format (`
33+
`), and a sequence of colors to an (n, 4)
3334
RGBA array (`to_rgba_array`). Caching is used for efficiency.
3435
3536
Colors that Matplotlib recognizes are listed at

0 commit comments

Comments
 (0)
0