Skip to content

Commit 40e5a0a

Browse files
committed
- fix comment length
1 parent a851860 commit 40e5a0a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/matplotlib/tests/test_colors.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,9 @@ def test_cn():
618618
matplotlib.rcParams['axes.prop_cycle'] = cycler('color', ['8e4585', 'r'])
619619

620620
assert mcolors.to_hex("C0") == '#8e4585'
621-
# if '8e4585' gets parsed as a float before it gets detected as a hex colour it will be interpreted as a very
622-
# large number. this mustn't happen.
621+
# if '8e4585' gets parsed as a float before it gets detected as a hex
622+
# colour it will be interpreted as a very large number.
623+
# this mustn't happen.
623624
assert mcolors.to_rgb("C0")[0] != np.inf
624625

625626

0 commit comments

Comments
 (0)