diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:13:03 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:57 -0400 |
commit | ae52e9aa6e0a6351bbd632a7349be5a3d2d0f7bf (patch) | |
tree | f3e18f3758d3965521c8c90c719863a7da97f191 /python/python-magic | |
parent | 2f82853d5e4f4893ee8c7f1544a8e627bed83ae3 (diff) |
python/python-magic: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python-magic')
-rw-r--r-- | python/python-magic/README | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/python/python-magic/README b/python/python-magic/README index affb8833624f..586e8fe552b5 100644 --- a/python/python-magic/README +++ b/python/python-magic/README @@ -1,5 +1,3 @@ -This module uses ctypes to access the libmagic file type identification -library. It makes use of the local magic database and supports both textual -and MIME-type output. - -python3 is an optional dependency (autodetected). +This module uses ctypes to access the libmagic file type +identification library. It makes use of the local magic database and +supports both textual and MIME-type output. |