Skip to content

Commit 4df4bc7

Browse files
authored
Update test_period_range.py
1 parent e1ccaae commit 4df4bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/period/test_period_range.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def test_construction_from_period(self):
5151
result = period_range(start=start, end=end, freq="Q", name="foo")
5252
tm.assert_index_equal(result, expected)
5353

54-
#test for issue #21793
54+
# test for issue #21793
5555
idx = period_range(start=start, end=end, freq="Q", name="foo")
5656
result = idx == idx.values
5757
assert result.all()

0 commit comments

Comments
 (0)