Skip to content

Commit

Permalink
Add missing angle bracket to string representation of ReferencedTweet
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Oct 28, 2022
1 parent 6f7de39 commit d4df069
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tweepy/tweet.py
Expand Up @@ -212,4 +212,4 @@ def __init__(self, data):
self.type = data["type"]

def __repr__(self):
return f"<ReferencedTweet id={self.id} type={self.type}"
return f"<ReferencedTweet id={self.id} type={self.type}>"

0 comments on commit d4df069

Please sign in to comment.