diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 11:15:24 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:58 -0400 |
commit | 6a28219c78aad895b18730c8fd2ab55840035891 (patch) | |
tree | 8429cdd24a7e70e32a3d6751735ad4e66543fc71 /python/python3-hupper/README | |
parent | 2d4fe3b5a49e659957f1684913469c7d5f078cb7 (diff) |
python/python3-hupper: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/python3-hupper/README')
-rw-r--r-- | python/python3-hupper/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-hupper/README b/python/python3-hupper/README index 7205639b59007..b1987270c7b02 100644 --- a/python/python3-hupper/README +++ b/python/python3-hupper/README @@ -1,3 +1,3 @@ -hupper is an integrated process monitor that will track changes to any imported -Python files in sys.modules as well as custom paths. +hupper is an integrated process monitor that will track changes to +any imported Python files in sys.modules as well as custom paths. When files are changed the process is restarted. |