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

Skip to content

Commit c4aae9d

Browse files
committed
Fixed flake8
1 parent 782c82a commit c4aae9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def __init__(self, ax, mappable=None, *, cmap=None,
489489
self.locator = ticks # Handle default in _ticker()
490490

491491
if isinstance(format, str):
492-
# Check format type between FormatStrFormatter and StrMethodFormatter
492+
# Check format between FormatStrFormatter and StrMethodFormatter
493493
try:
494494
self.formatter = ticker.FormatStrFormatter(format)
495495
_ = self.formatter(0)

0 commit comments

Comments
 (0)