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

Skip to content

Commit af9c0de

Browse files
committed
Remove spurious comment
1 parent f9b3ad4 commit af9c0de

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
@@ -2510,7 +2510,7 @@ def _set_subs(self, subs):
25102510
"""
25112511
Set the minor ticks for the log scaling every ``base**i*subs[j]``.
25122512
"""
2513-
if subs is None: # consistency with previous bad API
2513+
if subs is None:
25142514
self._subs = np.array([1.0])
25152515
elif isinstance(subs, str):
25162516
_api.check_in_list(('all', 'auto'), subs=subs)

0 commit comments

Comments
 (0)