Merge pull request #311 from cnotin/patch-1

Fix small typo
This commit is contained in:
Lorenz Diener 2023-04-23 18:49:02 +03:00 committed by GitHub
commit 5e93270dc4
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()