Skip to content

Commit 8c15fac

Browse files
authored
Update pandas/tests/plotting/test_datetimelike.py
1 parent 228901b commit 8c15fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/plotting/test_datetimelike.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def test_business_freq_convert(self):
326326
assert PeriodIndex(data=idx).freqstr == "M"
327327

328328
def test_freq_with_no_period_alias(self):
329-
# GH34487
329+
# GH34487
330330
freq = WeekOfMonth()
331331
bts = tm.makeTimeSeries(5).asfreq(freq)
332332
_, ax = self.plt.subplots()

0 commit comments

Comments
 (0)