Skip to content

Commit

Permalink
Fix bad indentation for TwitterClient.friendships_create param
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvdm committed Mar 27, 2014
1 parent 2298a9c commit 953d79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion txtwitter/twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def direct_messages_new(self, text, user_id=None, screen_name=None):
# TODO: Implement friendships_outgoing()

def friendships_create(self, user_id=None, screen_name=None,
follow=None):
follow=None):
"""
Allows the authenticating users to follow the specified user.
Expand Down

0 comments on commit 953d79a

Please sign in to comment.