summaryrefslogtreecommitdiffstats
path: root/python/arrow
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:08:15 +0100
committer B. Watson2022-03-17 17:37:53 +0100
commitcfdda3dd820523209e29a5b60f495ba1a402ab09 (patch)
tree261837bf6bcd15ea8ce95ef9c153dc1bd752df9d /python/arrow
parentf8002daa802d24a5f22130807cdcb247d01a7327 (diff)
downloadslackbuilds-cfdda3dd820523209e29a5b60f495ba1a402ab09.tar.gz
python/arrow: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/arrow')
-rw-r--r--python/arrow/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/arrow/README b/python/arrow/README
index bbe263c707..211b7fe68b 100644
--- a/python/arrow/README
+++ b/python/arrow/README
@@ -1,6 +1,6 @@
-Arrow is a Python library that offers a sensible, human-friendly approach
-to creating, manipulating, formatting and converting dates, times, and
-timestamps. It implements and updates the datetime type, plugging gaps
-in functionality, and provides an intelligent module API that supports
-many common creation scenarios. Simply put, it helps you work with dates
-and times with fewer imports and a lot less code.
+Arrow is a Python library that offers a sensible, human-friendly
+approach to creating, manipulating, formatting and converting dates,
+times, and timestamps. It implements and updates the datetime type,
+plugging gaps in functionality, and provides an intelligent module API
+that supports many common creation scenarios. Simply put, it helps you
+work with dates and times with fewer imports and a lot less code.