8000 lost a word · matplotlib/matplotlib@bb7280e · GitHub
[go: up one dir, main page]

Skip to content

Commit bb7280e

Browse files
committed
lost a word
1 parent 79e9063 commit bb7280e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/ticker.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ def func(self, func):
406406
except ValueError:
407407
self._nargs = 2
408408
cbook._warn_external("FuncFormatter may not support "
409-
f"{func.__name__}. Please look the "
409+
f"{func.__name__}. Please look at the "
410410
"other formatters in `matplotlib.ticker`.")
411411
else:
412412
try:

0 commit comments

Comments
 (0)
0