Skip to content

Commit

Permalink
Merge pull request cgpotts#61 from pablonm3/patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
cgpotts authored Jun 2, 2020
2 parents b00a3d1 + 9efaeea commit 71b0afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sst_01_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
" * `2` is a neutral label.\n",
" * `3` and `4` are positive labels. \n",
"\n",
"* Our readers are iterators that yield `(tree, label)` pairs, where `tree` is an [NLTK Tree](http://www.nltk.org/_modules/nltk/tree.html) instance and `score` is a string."
"* Our readers are iterators that yield `(tree, score)` pairs, where `tree` is an [NLTK Tree](http://www.nltk.org/_modules/nltk/tree.html) instance and `score` is a string."
]
},
{
Expand Down

0 comments on commit 71b0afb

Please sign in to comment.