Skip to content

Commit

Permalink
Merge pull request nltk#1820 from ffosilva/patch-1
Browse files Browse the repository at this point in the history
Fix typo on naivebayes.py documentation
  • Loading branch information
stevenbird authored Aug 28, 2017
2 parents a108256 + f87dd20 commit 044c26e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nltk/classify/naivebayes.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
| P(label|features) = --------------------------------------------
| P(features)
Rather than computing P(featues) explicitly, the algorithm just
Rather than computing P(features) explicitly, the algorithm just
calculates the numerator for each label, and normalizes them so they
sum to one:
Expand Down

0 comments on commit 044c26e

Please sign in to comment.