summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:24:49 +0100
committer B. Watson2022-03-17 17:38:00 +0100
commit81725b6e6afa257ae8dba2c12e4842b5b73c4bfd (patch)
tree3e8c63d56d1a05ae69ca685b922ff259fb1f837a /python
parent94381879a06cb7257b016188036cebdedc63d6c5 (diff)
downloadslackbuilds-81725b6e6afa257ae8dba2c12e4842b5b73c4bfd.tar.gz
python/traitlets: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r--python/traitlets/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/python/traitlets/README b/python/traitlets/README
index 67b73cc20d..b1c1aa907b 100644
--- a/python/traitlets/README
+++ b/python/traitlets/README
@@ -1,10 +1,10 @@
Traitlets is a pure Python library enabling:
-* the enforcement of strong typing for attributes of Python objects (typed
- attributes are called "traits")
+* the enforcement of strong typing for attributes of Python objects
+ (typed attributes are called "traits")
* notifications on changes of trait attributes
-* automatic validation and coercion of trait attributes when attempting a
- change
+* automatic validation and coercion of trait attributes when attempting
+ a change
Its implementation relies on the descriptor pattern.