summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:14:13 +0100
committer B. Watson2022-03-17 17:37:55 +0100
commit0510fcb7c592d44bad5ccf9add3761e73c2cb974 (patch)
tree571a482ac9a2ec7eb513545457dec8be766e4415
parentbc27e81d59df44e37b55fab6428726cdc874bd80 (diff)
downloadslackbuilds-0510fcb7c592d44bad5ccf9add3761e73c2cb974.tar.gz
python/hachoir-core: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/hachoir-core/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/hachoir-core/README b/python/hachoir-core/README
index 26904f6aa2..3159f59c4d 100644
--- a/python/hachoir-core/README
+++ b/python/hachoir-core/README
@@ -1,5 +1,5 @@
hachoir-core
-Hachoir is a Python library used to represent of a binary file as a tree of
-Python objects. Each object has a type, a value, an address, etc. The goal is
-to be able to know the meaning of each bit in a file.
+Hachoir is a Python library used to represent of a binary file as a
+tree of Python objects. Each object has a type, a value, an address,
+etc. The goal is to be able to know the meaning of each bit in a file.