Skip to content

Commit a4db54a

Browse files
author
tshauck
committed
Spell conflict correctly
1 parent febb9b0 commit a4db54a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_panel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ def test_update_raise(self):
13021302
[1.5, np.nan, 3.]]])
13031303

13041304
np.testing.assert_raises(Exception, pan.update, *(pan,),
1305-
**{'raises_conflick': True})
1305+
**{'raise_conflict': True})
13061306

13071307
class TestLongPanel(unittest.TestCase):
13081308
"""

0 commit comments

Comments
 (0)