diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:23:28 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:00 -0400 |
commit | 3c97bfb3972217377561002356dc7784433cc1b3 (patch) | |
tree | 298d94fac982702e9d47dcc7eb81cf54dbc5131f /python | |
parent | 9b525a4ebd1c145b2a79eb30e52099e8a6509189 (diff) | |
download | slackbuilds-3c97bfb3972217377561002356dc7784433cc1b3.tar.gz |
python/stopit: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/stopit/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/python/stopit/README b/python/stopit/README index ff486a06ed..56f1a4ab88 100644 --- a/python/stopit/README +++ b/python/stopit/README @@ -1,6 +1,7 @@ -The stopit python module provides the user with a function that raises an -exception in another thread, including the main thread. It also provides two -context managers that may stop its inner block activity on timeout and two -decorators that may stop its decorated callables on timeout. +The stopit python module provides the user with a function that raises +an exception in another thread, including the main thread. It also +provides two context managers that may stop its inner block activity +on timeout and two decorators that may stop its decorated callables +on timeout. -This SlackBuild will build with Python 3 support if it is installed. +This SlackBuild will build with both Python2 and Python 3 support. |