Skip to content

Commit

Permalink
Merge pull request #23 from hwangmoretime/patch-1
Browse files Browse the repository at this point in the history
Changed CreateSearchUrl to create_search_url
  • Loading branch information
ckoepp committed Jan 24, 2015
2 parents eb54608 + 07a5bf6 commit e8072f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced_usage_tso.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Maybe you would like to create another :class:`TwitterSearchOrder` instance with
tso.set_keywords(['One','Two'])
tso.add_keyword('myKeyword')
querystr = tso.createSearchURL()
querystr = tso.create_search_url()
# create a new TwitterSearchOrder based on the old query string and work with it
tso2 = TwitterSearchOrder()
Expand Down

0 comments on commit e8072f9

Please sign in to comment.