Merge pull request #527 from timgates42/bugfix/typo_specifically

Fix simple typo: specifcally -> specifically
This commit is contained in:
Mike Helmick 2020-03-02 09:28:55 -05:00 committed by GitHub
commit 40a8bd2d15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,6 @@ only TwythonDeprecationWarnings.
class TwythonDeprecationWarning(DeprecationWarning): class TwythonDeprecationWarning(DeprecationWarning):
"""Custom DeprecationWarning to be raised when methods/variables """Custom DeprecationWarning to be raised when methods/variables
are being deprecated in Twython. Python 2.7 > ignores DeprecationWarning 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 pass