diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:24:02 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | e9045b66f6d9feb571ee7b1b7f8840b613ee07b1 (patch) | |
tree | 4ef54ac9f72a823ed53cf70de1eb5f34bdc18dc0 /python/tinycss | |
parent | 2f20061455bbbd5a0f57fbd7e1dcce07b447ae40 (diff) |
python/tinycss: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/tinycss')
-rw-r--r-- | python/tinycss/README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/python/tinycss/README b/python/tinycss/README index 83de6ba5e878..19352aea0863 100644 --- a/python/tinycss/README +++ b/python/tinycss/README @@ -1,5 +1,6 @@ -tinycss is a complete yet simple CSS parser for Python. It supports the -full syntax and error handling for CSS 2.1 as well as some CSS 3 modules: +tinycss is a complete yet simple CSS parser for Python. It supports +the full syntax and error handling for CSS 2.1 as well as some CSS +3 modules: CSS Color 3 CSS Fonts 3 |