Fix small typo

This commit is contained in:
Clément Notin 2023-01-10 00:42:45 +01:00 committed by GitHub
parent 9225072cc8
commit c58ce36c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -142,7 +142,7 @@ class Mastodon(Internals):
def me(self):
"""
Get this user's account. Synonym for `account_verify_credentials()`, does exactly
the same thing, just exists becase `account_verify_credentials()` has a confusing
the same thing, just exists because `account_verify_credentials()` has a confusing
name.
"""
return self.account_verify_credentials()