python/arrow: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:08:15 -04:00
parent f8002daa80
commit cfdda3dd82
1 changed files with 6 additions and 6 deletions

View File

@ -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.