changeset 116:8e9a6a9c727e

minor docstring fix
author Goffi <goffi@goffi.org>
date Tue, 17 Nov 2015 12:29:14 +0100
parents 2b7eafea8bdb
children 0cf705af755c
files urwid_satext/sat_widgets.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]