Skip to content

Commit b09ffb7

Browse files
committed
Minor comment edit to force Travis CI rerun
GH21220
1 parent 8939fad commit b09ffb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/merge/test_join.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_join_on_fails_with_different_column_counts(self):
230230

231231
def test_join_on_fails_with_wrong_object_type(self):
232232
# GH12081
233-
""" GH 21220 - merging of Series and DataFrame is now allowed
233+
""" GH21220 - merging of Series and DataFrame is now allowed
234234
Edited the test to remove the Series object from 'wrongly_typed'
235235
"""
236236
wrongly_typed = [2, 'str', None, np.array([0, 1])]

0 commit comments

Comments
 (0)