Skip to content

Commit 0af2379

Browse files
committed
comment for minutely intervals
1 parent 4159670 commit 0af2379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/matplotlib/tests/test_dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ def test_datetime_hourly_overlap():
650650
@image_comparison(baseline_images=['datetime_minutely_overlap'],
651651
extensions=['png'])
652652
def test_datetime_minutely_overlap():
653-
# issue 7712 for overlapping date ticks in second intervals
653+
# issue 7712 for overlapping date ticks in minutely intervals
654654
plt.rcParams['date.autoformatter.minute'] = '%d %H:%M'
655655
plt.rcParams['xtick.major.pad'] = '8'
656656
dates = [datetime.datetime(2018, 1, 1, 1, i) for i in range(1, 55)]

0 commit comments

Comments
 (0)