From dbe6bcd5c7d01f3493884e28d365d4c65cb80e71 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 28 Dec 2024 14:27:10 +0100 Subject: [PATCH] Improve language. --- plugins/filter/decrypt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/filter/decrypt.py b/plugins/filter/decrypt.py index 728ec54..b06f441 100644 --- a/plugins/filter/decrypt.py +++ b/plugins/filter/decrypt.py @@ -63,7 +63,7 @@ decode_output: description: - Whether to decode the output to bytes. - - When O(output_type=binary), and the file isn't known to contain UTF-8 encoded text, + - When O(output_type=binary), and the file is not known to contain UTF-8 encoded text, this should better be set to V(false) to prevent mangling the data with UTF-8 decoding. type: bool default: true