You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> from better_profanity import profanity
>>> profanity.contains_profanity('I have to go pee')
True
>>> profanity.contains_profanity('I have to go "pee"')
False
I looked around and it doesn't seem like this behavior is intentional.
The text was updated successfully, but these errors were encountered:
Here's an example of what I am seeing.
I looked around and it doesn't seem like this behavior is intentional.
The text was updated successfully, but these errors were encountered: