From 21dce1256b4fce0b6d7ccbedede7a050ec3553d2 Mon Sep 17 00:00:00 2001 From: Harmon Date: Sun, 31 Oct 2021 14:10:07 -0500 Subject: [PATCH] Add version added directive to documentation for HTTPException --- tweepy/errors.py | 2 ++ 1 file changed, 2 insertions(+) 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): -- 2.25.1