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

Skip to content

Commit 12edae9

Browse files
authored
spelling
1 parent 17a7c54 commit 12edae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/category.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ def update(self, data):
222222
if val not in self._mapping:
223223
self._mapping[val] = next(self._counter)
224224
if convertable:
225-
_log.info('Using categrocical units to plot a list of strings '
225+
_log.info('Using categorical units to plot a list of strings '
226226
'that are all parsable as floats or dates. If these '
227227
'strings should be plotted as numbers, cast to the '
228228
'approriate data type before plotting.')

0 commit comments

Comments
 (0)