projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb6efc7
)
Fix version added directive usage in documentation for HTTPException
author
Harmon
<Harmon758@gmail.com>
Sun, 31 Oct 2021 19:14:42 +0000
(14:14 -0500)
committer
Harmon
<Harmon758@gmail.com>
Sun, 31 Oct 2021 19:14:57 +0000
(14:14 -0500)
tweepy/errors.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/errors.py
b/tweepy/errors.py
index 85b5ccdafaa7a8aa2377f077b54fb580b5ecc75b..b27a0ca8595a7934951ccf809d6ed64c302a94cd 100644
(file)
--- a/
tweepy/errors.py
+++ b/
tweepy/errors.py
@@
-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):