pull/311/head
Clément Notin 2023-01-10 00:42:45 +01:00 zatwierdzone przez GitHub
rodzic 9225072cc8
commit c58ce36c8e
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): def me(self):
""" """
Get this user's account. Synonym for `account_verify_credentials()`, does exactly 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. name.
""" """
return self.account_verify_credentials() return self.account_verify_credentials()