From 830d1a3d80e8acd18ecacb98a028d9ebce3fd599 Mon Sep 17 00:00:00 2001 From: David Beal Date: Thu, 28 Jul 2022 12:17:07 +0200 Subject: [PATCH] FIX data_encryption: typo --- data_encryption/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_encryption/README.rst b/data_encryption/README.rst index bf41e95..6356515 100644 --- a/data_encryption/README.rst +++ b/data_encryption/README.rst @@ -62,7 +62,7 @@ In the configuration file of your production environment, you may want to config all your other environments encryption key. This way, from production you can encrypt and decrypt data for all environments. -You can generate keys with python -c 'from cryptography.fernet import Fernet; print Fernet.generate_key()'. +You can generate keys with python -c 'from cryptography.fernet import Fernet; print(Fernet.generate_key())'. Known issues / Roadmap ======================