Skip to content

Commit

Permalink
fix/features: typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
wehlutyk committed Mar 15, 2017
1 parent 07912fa commit ebfea88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brainscopypaste/features.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def _get_aoa():
if mean == 'NA':
continue
if word in aoa:
raise Exception("'{}' is already is AoA dictionary"
raise Exception("'{}' is already in the AoA dictionary"
.format(word))
aoa[word] = float(mean)
return aoa
Expand Down

0 comments on commit ebfea88

Please sign in to comment.