Fix simple typo: specifcally -> specifically

Closes #526
This commit is contained in:
Tim Gates 2020-02-28 05:37:05 +11:00
parent 7366de80ef
commit 1b085180ff
No known key found for this signature in database
GPG key ID: AE3BE0D53823CF05

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