Fix simple typo: specifcally -> specifically #527

Merged
timgates42 merged 1 commit from bugfix/typo_specifically into master 2020-03-02 06:28:56 -08:00

View file

@ -17,6 +17,6 @@ only TwythonDeprecationWarnings.
class TwythonDeprecationWarning(DeprecationWarning):
"""Custom DeprecationWarning to be raised when methods/variables
are being deprecated in Twython. Python 2.7 > ignores DeprecationWarning
so we want to specifcally bubble up ONLY Twython Deprecation Warnings
so we want to specifically bubble up ONLY Twython Deprecation Warnings
"""
pass