kitbogashow / how-to-fix-paypal

Various ways to filter text emails to stop scammers from exploiting PayPal's invoice system.
MIT License
46 stars 31 forks source link

score_text_v2.py: better compatibility and fixed typo #48

Closed josilo closed 1 year ago

josilo commented 1 year ago

I've removed type hinting so the code can run on any version of python 3, as the type annotations we've used before were only for python >=3.10

Also fixed a typo in the comments as mentioned by another contributor, english is not my first language :^)