We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d9d03 commit ef2581eCopy full SHA for ef2581e
pandas/tests/frame/test_join.py
@@ -112,7 +112,7 @@ def test_join_index(self):
112
# corner case - overlapping columns
113
for how in ('outer', 'left', 'inner'):
114
with tm.assertRaisesRegexp(ValueError, 'columns overlap but '
115
- 'no suffix'):
+ 'no suffix'):
116
self.frame.join(self.frame, how=how)
117
118
def test_join_index_more(self):
0 commit comments