Skip to content

Commit

Permalink
Merge pull request #311 from cnotin/patch-1
Browse files Browse the repository at this point in the history
Fix small typo
  • Loading branch information
halcy committed Apr 23, 2023
2 parents d9193f3 + c58ce36 commit 5e93270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mastodon/accounts.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def account_verify_credentials(self):
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()
Expand Down

0 comments on commit 5e93270

Please sign in to comment.