diff options
author | Lorenz Diener <[email protected]> | 2017-04-03 12:02:17 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-04-03 12:02:17 +0200 |
commit | d8ac59f4eb99e45d7babdab988616319d27430ef (patch) | |
tree | f85f1bac709b1788282250c09a52694f134476de /docs | |
parent | 95275bb391aef0912a3dfb2cfbbd0d1460e2fbeb (diff) | |
parent | 763b863fcb853c30a436b669cf658f097c4d767a (diff) | |
download | mastodon.py-d8ac59f4eb99e45d7babdab988616319d27430ef.tar.gz |
Merge branch 'master' into typo
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index 121dc83..3871972 100644 --- a/docs/index.rst +++ b/docs/index.rst | |||
@@ -19,7 +19,7 @@ Mastodon.py | |||
19 | ''' | 19 | ''' |
20 | mastodon = Mastodon(client_id = 'pytooter_clientcred.txt') | 20 | mastodon = Mastodon(client_id = 'pytooter_clientcred.txt') |
21 | mastodon.log_in( | 21 | mastodon.log_in( |
22 | 'pytooter', | 22 | 'my_login_e[email protected]', |
23 | 'incrediblygoodpassword', | 23 | 'incrediblygoodpassword', |
24 | to_file = 'pytooter_usercred.txt' | 24 | to_file = 'pytooter_usercred.txt' |
25 | ) | 25 | ) |