aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.