diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index 38c9c75..c2da613 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -1587,7 +1587,7 @@ class Mastodon: ### def push_subscription_generate_keys(self): """ - Generates a private key, public key and shared secret for use in webpush subscriptionss. + Generates a private key, public key and shared secret for use in webpush subscriptions. Returns two dicts: One with the private key and shared secret and another with the public key and shared secret.