Fix version added directive usage in documentation for HTTPException
authorHarmon <Harmon758@gmail.com>
Sun, 31 Oct 2021 19:14:42 +0000 (14:14 -0500)
committerHarmon <Harmon758@gmail.com>
Sun, 31 Oct 2021 19:14:57 +0000 (14:14 -0500)
tweepy/errors.py

index 85b5ccdafaa7a8aa2377f077b54fb580b5ecc75b..b27a0ca8595a7934951ccf809d6ed64c302a94cd 100644 (file)
@@ -23,6 +23,8 @@ class HTTPException(TweepyException):
 
     Exception raised when an HTTP request fails
 
+    .. versionadded:: 4.0
+
     Attributes
     ----------
     response : requests.Response
@@ -33,8 +35,6 @@ 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):