From c58ce36c8e798812418fb82cf8d4d0ab129713de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Notin?= Date: Tue, 10 Jan 2023 00:42:45 +0100 Subject: [PATCH] Fix small typo --- mastodon/accounts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/accounts.py b/mastodon/accounts.py index cd43c57..79e4364 100644 --- a/mastodon/accounts.py +++ b/mastodon/accounts.py @@ -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()