summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:23:56 +0100
committer B. Watson2022-03-17 17:38:00 +0100
commit2f20061455bbbd5a0f57fbd7e1dcce07b447ae40 (patch)
tree58911aba3b4e49672e38fe009ca0e6f7bb12b8ed /python
parenteb574605a9e2f5698c6c1328b29d29ea84a9c4fc (diff)
downloadslackbuilds-2f20061455bbbd5a0f57fbd7e1dcce07b447ae40.tar.gz
python/timehash: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/timehash/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/python/timehash/README b/python/timehash/README
index c16ff02fa8..4dc8531e84 100644
--- a/python/timehash/README
+++ b/python/timehash/README
@@ -1,4 +1,5 @@
-timehash is an algorithm (with multiple reference implementations) for
-calculating variable precision sliding windows of time. When performing
-aggregations and correlations on large-scale data sets, the ability to convert
-precise time values into 'malleable intervals' allows for many novel analytics.
+timehash is an algorithm (with multiple reference implementations)
+for calculating variable precision sliding windows of time. When
+performing aggregations and correlations on large-scale data sets,
+the ability to convert precise time values into 'malleable intervals'
+allows for many novel analytics.