diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:27:38 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | 32a1271754eea0192c158a04c871be88c1894de7 (patch) | |
tree | 9acd1c06b36158bbed6cff93cd40395991cd1115 | |
parent | 6269daa0ed145b849c7dcc81da58d9534270ac69 (diff) |
python/yara-python: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/yara-python/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/yara-python/README b/python/yara-python/README index 6bef9e57f07d..0ad2c9bc0d6f 100644 --- a/python/yara-python/README +++ b/python/yara-python/README @@ -3,6 +3,6 @@ yara-python is a python library for YARA. YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. -With this library you can use YARA from your Python programs. It covers -all YARA's features, from compiling, saving and loading rules to scanning -files, strings and processes. +With this library you can use YARA from your Python programs. It +covers all YARA's features, from compiling, saving and loading rules +to scanning files, strings and processes. |