From 0ded906338f0869e8fce35220d8a1d4b21482a4f Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Tue, 5 Jun 2018 14:43:47 +0200 Subject: [PATCH] Fix doc typo --- mastodon/Mastodon.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.