diff options
author | Lorenz Diener <[email protected]> | 2018-06-05 14:30:47 +0200 |
---|---|---|
committer | Lorenz Diener <[email protected]> | 2018-06-05 14:30:47 +0200 |
commit | 4b747886b918d3da91f62b2ba7f7bc4aa142cf79 (patch) | |
tree | 3b32461ca8c657c4ced42c139d46306712713592 /mastodon | |
parent | 65f4884ff9d7538faa08d72093a589e085e50a68 (diff) | |
download | mastodon.py-4b747886b918d3da91f62b2ba7f7bc4aa142cf79.tar.gz |
Improve docs
Diffstat (limited to 'mastodon')
-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 ed2a1f7..38c9c75 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py | |||
@@ -1518,7 +1518,7 @@ class Mastodon: | |||
1518 | requires https for this URL. `encrypt_params` is a dict with key parameters that allow | 1518 | requires https for this URL. `encrypt_params` is a dict with key parameters that allow |
1519 | the server to encrypt data for you: A public key `pubkey` and a shared secret `auth`. | 1519 | the server to encrypt data for you: A public key `pubkey` and a shared secret `auth`. |
1520 | You can generate this as well as the corresponding private key using the | 1520 | You can generate this as well as the corresponding private key using the |
1521 | `push_subscription_generate_keys()`_ . | 1521 | `push_subscription_generate_keys()`_ function. |
1522 | 1522 | ||
1523 | The rest of the parameters controls what kind of events you wish to subscribe to. | 1523 | The rest of the parameters controls what kind of events you wish to subscribe to. |
1524 | 1524 | ||