Skip to content

Commit 2cd0e59

Browse files
committed
Update comment per @gfyoung nit
1 parent 0855ba0 commit 2cd0e59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_stata.py

+1
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,7 @@ def test_set_index(self):
13341334
'column', ['ms', 'day', 'week', 'month', 'qtr', 'half', 'yr'])
13351335
def test_date_parsing_ignores_format_details(self, column):
13361336
# GH 17797
1337+
#
13371338
# Test that display formats are ignored when determining if a numeric
13381339
# column is a date value.
13391340
#

0 commit comments

Comments
 (0)