Skip to content

Commit dd9d494

Browse files
committed
remove whitespace
1 parent f2bd212 commit dd9d494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/merge/test_merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1390,7 +1390,7 @@ def test_different(self, df):
13901390
for col in df.columns:
13911391
right = DataFrame({'A': df[col]})
13921392
# GH 9780
1393-
# We allow merging on object and categorical cols and cast
1393+
# We allow merging on object and categorical cols and cast
13941394
# categorical cols to object
13951395
if (is_categorical_dtype(right['A'].dtype) or
13961396
is_object_dtype(right['A'].dtype)):

0 commit comments

Comments
 (0)