diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:09:15 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | 948b00e9e9f6c329a7190fee9d07c2ba6196c140 (patch) | |
tree | 8dc21417a562605654f2cd16fa4b940bf70099cd /python/backcall | |
parent | 29a99703fdd5c206bbe054ba6cf2b344019ad114 (diff) |
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/README | 7 |
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. |