# HG changeset patch # User Goffi # Date 1447759754 -3600 # Node ID 8e9a6a9c727e2029440f28b28da071ec20a78ce1 # Parent 2b7eafea8bdb133ad86922a042d55db968a3ada9 minor docstring fix diff -r 2b7eafea8bdb -r 8e9a6a9c727e urwid_satext/sat_widgets.py --- a/urwid_satext/sat_widgets.py Wed Nov 11 18:17:15 2015 +0100 +++ b/urwid_satext/sat_widgets.py Tue Nov 17 12:29:14 2015 +0100 @@ -1145,7 +1145,7 @@ @param name: one of "ok", "cancel", "yest", "no" @aram callback(callable): method to call on requested action - @param args*: argument to send to the callback (first one will be the button widget + @param data: argument to send to the callback (first one will be the button widget) @raise KeyError if name is invalid """ button = self.buttons[name]