8000 �left out ) · matplotlib/matplotlib@1329e4b · GitHub
[go: up one dir, main page]

Skip to content

Commit 1329e4b

Browse files
committed
�left out )
1 parent 74df2a9 commit 1329e4b

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
@@ -420,7 +420,7 @@ def func(self, func):
420420
if self._nargs not in [1, 2]:
421421
raise TypeError(f"{func.__name__} takes {self._nargs} arguments. "
422422
"FuncFormatter functions take at most 2: "
423-
"x (required), pos (optional).
423+
"x (required), pos (optional).")
424424

425425

426426
class FormatStrFormatter(Formatter):

0 commit comments

Comments
 (0)
0