Skip to content

Commit 0a4ce1a

Browse files
Changes requested
1 parent 12a7ec7 commit 0a4ce1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_stata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1588,7 +1588,7 @@ def test_unsupported_datetype(self, temp_file):
15881588
def test_repeated_column_labels(self, datapath):
15891589
# GH 13923, 25772
15901590
msg = """
1591-
Value labels for column ethics are not unique. These cannot be converted to
1591+
Value labels for column ethnicsn are not unique. These cannot be converted to
15921592
pandas categoricals.
15931593
15941594
Either read the file with `convert_categoricals` set to False or use the

0 commit comments

Comments
 (0)