diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 14:43:47 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2018-06-05 14:43:47 +0200 |
commit | 0ded906338f0869e8fce35220d8a1d4b21482a4f (patch) | |
tree | 0301554ff54eca59c42272464947ed01ae186b2a | |
parent | 4b747886b918d3da91f62b2ba7f7bc4aa142cf79 (diff) | |
download | mastodon.py-0ded906338f0869e8fce35220d8a1d4b21482a4f.tar.gz |
Fix doc typo
-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 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. |