diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:32:05 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:32:05 -0400 |
commit | c786d2f8a53cd7116e382e695a8c54ef7553fc38 (patch) | |
tree | 0c22055f31c8ddf500132440623db71d7f781766 /libraries/hurry-filesize | |
parent | aaf7039f0249e2f1067b4cebcf71b86e3b966d85 (diff) |
libraries/hurry-filesize: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/hurry-filesize')
-rw-r--r-- | libraries/hurry-filesize/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/hurry-filesize/README b/libraries/hurry-filesize/README index e66ff382dfbab..56385d770e86a 100644 --- a/libraries/hurry-filesize/README +++ b/libraries/hurry-filesize/README @@ -1,5 +1,6 @@ -A simple Python library for human readable file sizes -(or anything sized in bytes). -hurry.filesize a simple Python library that can take a number of bytes -and returns a human-readable string with the size in it, in kilobytes (K), -megabytes (M), etc. +A simple Python library for human readable file sizes (or anything +sized in bytes). + +hurry-filesize is a simple Python library that can take a number of +bytes and returns a human-readable string with the size in it, in +kilobytes (K), megabytes (M), etc. |