summaryrefslogtreecommitdiffstats
path: root/libraries/hurry-filesize
diff options
context:
space:
mode:
author B. Watson2022-03-13 20:32:05 +0100
committer B. Watson2022-03-13 20:32:05 +0100
commitc786d2f8a53cd7116e382e695a8c54ef7553fc38 (patch)
tree0c22055f31c8ddf500132440623db71d7f781766 /libraries/hurry-filesize
parentaaf7039f0249e2f1067b4cebcf71b86e3b966d85 (diff)
downloadslackbuilds-c786d2f8a53cd7116e382e695a8c54ef7553fc38.tar.gz
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/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/hurry-filesize/README b/libraries/hurry-filesize/README
index e66ff382df..56385d770e 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.