Skip to content

Commit 5be6ef4

Browse files
committed
change comment
1 parent e833869 commit 5be6ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexes/test_setops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def test_union_different_types(index_flat, index_flat2, request):
7575
idx1 = index_flat
7676
idx2 = index_flat2
7777

78-
# Ειδική μεταχείριση για mixed-int-string
78+
# Special handling for mixed int-string types
7979
if idx1.equals(pd.Index([0, "a", 1, "b", 2, "c"])) or idx2.equals(pd.Index([0, "a", 1, "b", 2, "c"])):
8080
idx1 = idx1.astype(str)
8181
idx2 = idx2.astype(str)

0 commit comments

Comments
 (0)