projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49156cb
)
Improve Client.follow documentation consistency
author
Harmon
<Harmon758@gmail.com>
Mon, 20 Sep 2021 19:59:38 +0000
(14:59 -0500)
committer
Harmon
<Harmon758@gmail.com>
Mon, 20 Sep 2021 19:59:38 +0000
(14:59 -0500)
tweepy/client.py
patch
|
blob
|
blame
|
history
diff --git
a/tweepy/client.py
b/tweepy/client.py
index 60b842997ce124992b828bd1cf6df47fce21cc5a..31a8124aef1d6b4f5d915f656b1c27ddea7e1db5 100644
(file)
--- a/
tweepy/client.py
+++ b/
tweepy/client.py
@@
-1226,7
+1226,7
@@
class Client:
Parameters
----------
target_user_id : Union[int, str]
- The user ID of the user that you would like to follow
+ The user ID of the user that you would like to follow
.
Returns
-------