From: Harmon Date: Sun, 31 Oct 2021 19:10:07 +0000 (-0500) Subject: Add version added directive to documentation for HTTPException X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=21dce1256b4fce0b6d7ccbedede7a050ec3553d2;p=tweepy.git Add version added directive to documentation for HTTPException --- diff --git a/tweepy/errors.py b/tweepy/errors.py index 4336b30..0e6d2f7 100644 --- a/tweepy/errors.py +++ b/tweepy/errors.py @@ -34,6 +34,8 @@ class HTTPException(TweepyException): The error codes the Twitter API responded with, if any api_messages : List[str] The error messages the Twitter API responded with, if any + + .. versionadded:: 4.0 """ def __init__(self, response):