diff --git a/python-backcall.changes b/python-backcall.changes index 06a77db..653219f 100644 --- a/python-backcall.changes +++ b/python-backcall.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 4 08:16:15 UTC 2018 - jengelh@inai.de + +- Update wording of description so it does not assume any specific + user context. + ------------------------------------------------------------------- Tue May 1 05:39:29 UTC 2018 - toddrme2178@gmail.com diff --git a/python-backcall.spec b/python-backcall.spec index dcc1b15..ab6019c 100644 --- a/python-backcall.spec +++ b/python-backcall.spec @@ -34,10 +34,10 @@ BuildArch: noarch %python_subpackages %description -If your code lets other people supply callback functions, it’s -important to specify the function signature you expect, and check that -functions support that. Adding extra parameters later would break -other peoples code unless you’re careful. +If code lets other people supply callback functions, it is important +to specify the function signature that is being expected, and to +check that functions support that. Adding extra parameters later +would break other peoples code unless one is careful. backcall provides a way of specifying the callback signature using a prototype function.