diff options
author | Lorenz Diener <[email protected]> | 2017-12-13 17:11:45 +0100 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2017-12-13 17:11:45 +0100 |
commit | c06baa13b30fc5ce058940e681305f6c03dc0048 (patch) | |
tree | 5533f3cfb8e47c588383ea411ac10c560eec371f /mastodon | |
parent | d28b5725f4d239dd7baad991cff287916cc2532e (diff) | |
download | mastodon.py-c06baa13b30fc5ce058940e681305f6c03dc0048.tar.gz |
Update verify_credentials docs
Diffstat (limited to 'mastodon')
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 641b742..1c7b2ee 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -510,7 +510,7 @@ class Mastodon: | |||
510 | """ | 510 | """ |
511 | Fetch authenticated user's account information. | 511 | Fetch authenticated user's account information. |
512 | 512 | ||
513 | Returns a user dict. | 513 | Returns a user dict (Starting from 2.1.0, with an additional "source" field). |
514 | """ | 514 | """ |
515 | return self.__api_request('GET', '/api/v1/accounts/verify_credentials') | 515 | return self.__api_request('GET', '/api/v1/accounts/verify_credentials') |
516 | 516 | ||