aboutsummaryrefslogtreecommitdiff
path: root/python/backcall
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2022-03-14 04:09:15 -0400
committerB. Watson <yalhcru@gmail.com>2022-03-17 12:37:53 -0400
commit948b00e9e9f6c329a7190fee9d07c2ba6196c140 (patch)
tree8dc21417a562605654f2cd16fa4b940bf70099cd /python/backcall
parent29a99703fdd5c206bbe054ba6cf2b344019ad114 (diff)
downloadslackbuilds-948b00e9e9f6c329a7190fee9d07c2ba6196c140.tar.xz
python/backcall: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/backcall')
-rw-r--r--python/backcall/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/python/backcall/README b/python/backcall/README
index e3a58964827f..7fb4acb0fbb7 100644
--- a/python/backcall/README
+++ b/python/backcall/README
@@ -1,3 +1,4 @@
-backcall is a Python module to write backwards compatible callback APIs. That
-is, you can add parameters to your calls without breaking third party callback
-functions that don't expect those newer parameters.
+backcall is a Python module to write backwards compatible callback
+APIs. That is, you can add parameters to your calls without breaking
+third party callback functions that don't expect those newer
+parameters.