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

Skip to content

Commit 1232f7a

Browse files
committed
fixed tests by putting in left out closing ')'
1 parent 74df2a9 commit 1232f7a

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)