Skip to content

Commit

Permalink
Merge pull request #4239 from rcalland/patch-2
Browse files Browse the repository at this point in the history
fix typo in example code
  • Loading branch information
hvy committed Jan 26, 2018
2 parents 76bc876 + a16d01b commit 5d4673b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/sentiment/train_sentiment.py
Expand Up @@ -230,5 +230,5 @@ def evaluate(model, test_trees):
evaluate(model, develop_trees)
print('')

print('Test evaluateion')
print('Test evaluation')
evaluate(model, test_trees)

0 comments on commit 5d4673b

Please sign in to comment.