aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLorenz Diener <[email protected]>2018-06-05 14:43:47 +0200
committerGitHub <[email protected]>2018-06-05 14:43:47 +0200
commit0ded906338f0869e8fce35220d8a1d4b21482a4f (patch)
tree0301554ff54eca59c42272464947ed01ae186b2a /mastodon/Mastodon.py
parent4b747886b918d3da91f62b2ba7f7bc4aa142cf79 (diff)
downloadmastodon.py-0ded906338f0869e8fce35220d8a1d4b21482a4f.tar.gz
Fix doc typo
Diffstat (limited to 'mastodon/Mastodon.py')
-rw-r--r--mastodon/Mastodon.py2
1 files changed, 1 insertions, 1 deletions
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:
1587 ### 1587 ###
1588 def push_subscription_generate_keys(self): 1588 def push_subscription_generate_keys(self):
1589 """ 1589 """
1590 Generates a private key, public key and shared secret for use in webpush subscriptionss. 1590 Generates a private key, public key and shared secret for use in webpush subscriptions.
1591 1591
1592 Returns two dicts: One with the private key and shared secret and another with the 1592 Returns two dicts: One with the private key and shared secret and another with the
1593 public key and shared secret. 1593 public key and shared secret.
Powered by cgit v1.2.3 (git 2.41.0)