Skip to content

Commit

Permalink
Merge pull request #698 from analogdash/patch-1
Browse files Browse the repository at this point in the history
Fix docs to fit expected keyword argument
  • Loading branch information
bear committed Dec 19, 2021
2 parents 83b8401 + eee5167 commit d9e71d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitter/api.py
Expand Up @@ -3330,11 +3330,11 @@ def ShowFriendship(self,
"""Returns information about the relationship between the two users.
Args:
source_id:
source_user_id:
The user_id of the subject user [Optional]
source_screen_name:
The screen_name of the subject user [Optional]
target_id:
target_user_id:
The user_id of the target user [Optional]
target_screen_name:
The screen_name of the target user [Optional]
Expand Down

0 comments on commit d9e71d6

Please sign in to comment.