From 948b00e9e9f6c329a7190fee9d07c2ba6196c140 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:09:15 -0400 Subject: python/backcall: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/backcall/README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'python/backcall') diff --git a/python/backcall/README b/python/backcall/README index e3a5896482..7fb4acb0fb 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. -- cgit v1.2.3