diff options
-rw-r--r-- | mastodon/Mastodon.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index dbf1ff2..b5c82f8 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -1588,7 +1588,7 @@ class Mastodon: | |||
1588 | ### | 1588 | ### |
1589 | def push_subscription_generate_keys(self): | 1589 | def push_subscription_generate_keys(self): |
1590 | """ | 1590 | """ |
1591 | Generates a private key, public key and shared secret for use in webpush subscriptionss. | 1591 | Generates a private key, public key and shared secret for use in webpush subscriptions. |
1592 | 1592 | ||
1593 | Returns two dicts: One with the private key and shared secret and another with the | 1593 | Returns two dicts: One with the private key and shared secret and another with the |
1594 | public key and shared secret. | 1594 | public key and shared secret. |