Thanks to visit codestin.com Credit goes to github.com
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 ffdc34c commit f37aa9cCopy full SHA for f37aa9c
1 file changed
lib/matplotlib/category.py
@@ -115,7 +115,7 @@ def default_units(data, axis):
115
def _validate_unit(unit):
116
if not hasattr(unit, '_mapping'):
117
raise ValueError(
118
- f'Provided unit "{unit}" is not a valid for a categorical '
+ f'Provided unit "{unit}" is not valid for a categorical '
119
'converter, as it does not have a _mapping attribute.')
120
121
0 commit comments