Merge "Remove the duplicated "and"."

This commit is contained in:
Zuul 2018-11-12 10:35:07 +00:00 committed by Gerrit Code Review
commit 1f59d7e1e0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ def decrypt(encrypted_data,
def _generate_key(passphrase, salt, key_length, iterations):
"""
Use the passphrase and salt and PBKDF2HMAC key derivation algorithm,
to generate and and return a Fernet key to be used for encryption and
to generate and return a Fernet key to be used for encryption and
decryption of secret data.
:param passphrase: Passphrase to use to generate decryption key. Must be