diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:14:13 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 0510fcb7c592d44bad5ccf9add3761e73c2cb974 (patch) | |
tree | 571a482ac9a2ec7eb513545457dec8be766e4415 /python | |
parent | bc27e81d59df44e37b55fab6428726cdc874bd80 (diff) |
python/hachoir-core: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/hachoir-core/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/hachoir-core/README b/python/hachoir-core/README index 26904f6aa260..3159f59c4d10 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. |