projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3bd7da7
)
Fix typo in User.__str__
author
Harmon
<Harmon758@gmail.com>
Thu, 27 May 2021 09:52:18 +0000
(
04:52
-0500)
committer
Harmon
<Harmon758@gmail.com>
Thu, 27 May 2021 09:52:18 +0000
(
04:52
-0500)
Fixes #1592
tweepy/user.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/user.py
b/tweepy/user.py
index 2a6afd2e8b689787371a9422204ae8aabe0fea47..844a901cf5d45ac4563eefdc539ecd916d5d6cb7 100644
(file)
--- a/
tweepy/user.py
+++ b/
tweepy/user.py
@@
-45,5
+45,5
@@
class User(HashableID, DataMapping):
def __repr__(self):
return f"<User id={self.id} name={self.name} username={self.username}>"
- def __str__(
S
elf):
+ def __str__(
s
elf):
return self.username