Skip to content

Commit 455201e

Browse files
committed
Fix a typo when receiving wrong idx.
1 parent f9322de commit 455201e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dabest/_classes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def __init__(self, data, idx, x, y, paired, id_col, ci,
188188
raise ValueError(err0 + err1 + err2)
189189

190190
else: # mix of string and tuple?
191-
err = 'There seems to be a problem with the idx you'
191+
err = 'There seems to be a problem with the idx you '\
192192
'entered--{}.'.format(idx)
193193
raise ValueError(err)
194194

0 commit comments

Comments
 (0)