Skip to content

Commit

Permalink
Improve language.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 28, 2024
1 parent 70bf879 commit dbe6bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/filter/decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dbe6bcd

Please sign in to comment.