Use repr of text in Tweet.__repr__
authorHarmon <Harmon758@gmail.com>
Sun, 20 Feb 2022 05:04:14 +0000 (23:04 -0600)
committerHarmon <Harmon758@gmail.com>
Sun, 20 Feb 2022 05:04:14 +0000 (23:04 -0600)
commit4e2997e11a6e40b7e7ece508ef87be17cf493b04
tree1a3e611e8c729478042307f708e5c8edcde45eff
parentc8d5d9ad2c2b3c6b58b987286726cad467ce888f
Use repr of text in Tweet.__repr__

This avoids including inconstant newlines, rather than escaped newlines, in the string representation of the Tweet object, making it more consistent
tweepy/tweet.py