sloria / TextBlob

Simple, Pythonic, text processing--Sentiment analysis, part-of-speech tagging, noun phrase extraction, translation, and more.
https://textblob.readthedocs.io/
MIT License
9.05k stars 1.13k forks source link

docs: fix simple typo, incompatiblity -> incompatibility #357

Closed timgates42 closed 3 years ago

timgates42 commented 3 years ago

There is a small typo in textblob/taggers.py.

Should read incompatibility rather than incompatiblity.

Semi-automated pull request generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md

sloria commented 3 years ago

Thanks!