libraries/rarfile: Wrap README at 72 columns.

This commit is contained in:
B. Watson 2022-03-13 16:38:48 -04:00
parent 5777100214
commit 3bb6af048f

View file

@ -8,6 +8,6 @@ license.
- Supports Unicode filenames.
- Supports password-protected archives.
- Supports archive and file comments.
- Archive parsing and non-compressed files are handled in pure Python code.
- Archive parsing and non-compressed files handled in pure Python code.
- For compressed files runs ``unrar`` utility.
- Works with both Python 2.x and 3.x.