Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
simple typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed Mar 18, 2013
1 parent 50372ba commit 5a6dc93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions twitter.py
Original file line number Diff line number Diff line change
Expand Up @@ -2334,7 +2334,7 @@ def GetSearch(self,
include_entities:
If True, each tweet will include a node called "entities,".
This node offers a variety of metadata about the tweet in a
discreet structure, including: user_mentions, urls, and
discrete structure, including: user_mentions, urls, and
hashtags. [Optional]
query_users:
If set to False, then all users only have screen_name and
Expand Down Expand Up @@ -2657,7 +2657,7 @@ def GetUserTimeline(self,
This node offers a variety of metadata about the tweet in a
discreet structure, including: user_mentions, urls, and
hashtags. [Optional]
exclude_replies:
exclude_replies:
If True, this will prevent replies from appearing in the returned
timeline. Using exclude_replies with the count parameter will mean you
will receive up-to count tweets - this is because the count parameter
Expand Down

0 comments on commit 5a6dc93

Please sign in to comment.