diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:24:49 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | 81725b6e6afa257ae8dba2c12e4842b5b73c4bfd (patch) | |
tree | 3e8c63d56d1a05ae69ca685b922ff259fb1f837a /python | |
parent | 94381879a06cb7257b016188036cebdedc63d6c5 (diff) | |
download | slackbuilds-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/README | 8 |
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. |