summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:27:38 +0100
committer B. Watson2022-03-17 17:38:00 +0100
commit32a1271754eea0192c158a04c871be88c1894de7 (patch)
tree9acd1c06b36158bbed6cff93cd40395991cd1115 /python
parent6269daa0ed145b849c7dcc81da58d9534270ac69 (diff)
downloadslackbuilds-32a1271754eea0192c158a04c871be88c1894de7.tar.gz
python/yara-python: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/yara-python/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/yara-python/README b/python/yara-python/README
index 6bef9e57f0..0ad2c9bc0d 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.