From 1b085180ff6d9cb4e395551682c5a628545cb70c Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 28 Feb 2020 05:37:05 +1100 Subject: [PATCH] Fix simple typo: specifcally -> specifically Closes #526 --- twython/advisory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/twython/advisory.py b/twython/advisory.py index 31657ee..9a0863a 100644 --- a/twython/advisory.py +++ b/twython/advisory.py @@ -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