Skip to content

Commit a5af8b3

Browse files
committed
fix line length
1 parent 60a3b81 commit a5af8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/arrays/categorical/test_replace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# many-to-many, handled outside of Categorical and results in separate dtype
2222
([1], [2], [2, 2, 3], False, False),
2323
([1, 4], [5, 2], [5, 2, 3], False, False),
24-
# checking categorical causes categories to be sorted, which can crash on mixed dtypes
24+
# check_categorical sorts categories, which crashes on mixed dtypes
2525
(3, "4", [1, 2, "4"], True, False),
2626
([1, 2, "3"], "5", ["5", "5", 3], True, False)
2727
],

0 commit comments

Comments
 (0)