Update all endpoints in the api_table, examples, READMEs #188

Merged
michaelhelmick merged 4 commits from pep8-functions into master 2013-05-04 16:48:03 -07:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 498bd9e557 - Show all commits

View file

@ -70,7 +70,7 @@ auth_tokens = t.get_authorized_tokens(oauth_verifier)
print auth_tokens
```
*Function definitions (i.e. getHomeTimeline()) can be found by reading over twython/endpoints.py*
*Function definitions (i.e. get_home_timeline()) can be found by reading over twython/endpoints.py*
##### Getting a user home timeline

View file

@ -73,7 +73,7 @@ Handling the callback
auth_tokens = t.get_authorized_tokens(oauth_verifier)
print auth_tokens
*Function definitions (i.e. getHomeTimeline()) can be found by reading over twython/endpoints.py*
*Function definitions (i.e. get_home_timeline()) can be found by reading over twython/endpoints.py*
Getting a user home timeline
~~~~~~~~~~~~~~~~~~~~~~~~~~~~