Skip to content

Commit 0c0ca34

Browse files
committed
Update comment re: issue number
1 parent dc79369 commit 0c0ca34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/tests/test_resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ def test_resample_loffset(self):
938938
self.assertEqual(result.index[0] - bday, expected.index[0])
939939

940940
def test_resample_loffset_count(self):
941-
# GH issue 12725
941+
# GH 12725
942942
start_time = '1/1/2000 00:00:00'
943943
rng = date_range(start_time, periods=100, freq='S')
944944
ts = Series(np.random.randn(len(rng)), index=rng)

0 commit comments

Comments
 (0)