Merge pull request #311 from cnotin/patch-1

Fix small typo
pull/306/head^2
Lorenz Diener 2023-04-23 18:49:02 +03:00 zatwierdzone przez GitHub
commit 5e93270dc4
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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()