diff options
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 | ||