diff options
-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 6bef9e57f07d1..0ad2c9bc0d6f7 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. |