aboutsummaryrefslogtreecommitdiff
path: root/libraries
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-13 15:33:15 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-13 15:33:15 -0400
commitd8625a398820e28f903ad75e0c95d958b4c158bc (patch)
tree758dc09aa0edf99f05f77b8eb382d2dbe3a381d4 /libraries
parent38e6766f4715a1d0080f5c4ac9f04f60638ca7b4 (diff)
libraries/isodate: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries')
-rw-r--r--libraries/isodate/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/isodate/README b/libraries/isodate/README
index cbc58d1165e4..d1fc7d22a922 100644
--- a/libraries/isodate/README
+++ b/libraries/isodate/README
@@ -1,6 +1,7 @@
An ISO 8601 date/time/duration parser and formater.
+
This module implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
-date/time representations mentioned in the standard. If something is not
-mentioned there, then it is treated as non existent, and not as an allowed
-option.
+date/time representations mentioned in the standard. If something is
+not mentioned there, then it is treated as non existent, and not as an
+allowed option.