Skip to content

Commit 12bafb2

Browse files
committed
TST: GH26055 fixed comment typo
1 parent adce8b9 commit 12bafb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ def test_rolling_axis_count(self):
676676
tm.assert_frame_equal(result, expected)
677677

678678
# not specifiying axis and making axis=rows
679-
# are expected to yeild the same result
679+
# are expected to yield the same result
680680
result = df.rolling(2, axis='rows').count()
681681
tm.assert_frame_equal(result, expected)
682682

0 commit comments

Comments
 (0)