We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c307128 commit 30eeec9Copy full SHA for 30eeec9
pandas/plotting/_matplotlib/boxplot.py
@@ -394,7 +394,7 @@ def _get_colors():
394
result[key_to_index[key]] = value
395
else:
396
raise ValueError(
397
- f"Invalid key '{key}' in color dictionary. Expected one of {valid_keys}. Please refer to documentation.")
+ f"Invalid key '{key}' in color dictionary. Expected one of {valid_keys}. Please refer to documentation."
398
)
399
400
result.fill(colors)
0 commit comments