Remove the duplicated "and".

Change-Id: I7cba441990d5bf67548982f2a2738e43f0a28b27
This commit is contained in:
zhangzs 2018-11-12 17:12:06 +08:00
parent d7740b0f40
commit a0be40846c
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