We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fc6dea commit f95372dCopy full SHA for f95372d
pandas/tests/reshape/merge/test_merge.py
@@ -1390,7 +1390,7 @@ def test_different(self, df):
1390
for col in df.columns:
1391
right = DataFrame({'A': df[col]})
1392
# GH 9780
1393
- # We allow merging on object and categorical cols and cast
+ # We allow merging on object and categorical cols and cast
1394
# categorical cols to object
1395
if (is_categorical_dtype(right['A'].dtype) or
1396
is_object_dtype(right['A'].dtype)):
0 commit comments