Fix doc typo

This commit is contained in:
Lorenz Diener 2018-06-05 14:43:47 +02:00 cometido por GitHub
pare 4b747886b9
commit 0ded906338
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23

Veure arxiu

@ -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.