From 6696433efa28bca9942ccc3b3b6e8f521cb26a6e Mon Sep 17 00:00:00 2001 From: John Finlay Date: Sat, 12 Aug 2006 02:16:12 +0000 Subject: Fix typos * Fix typos --- docs/reference/pygtk-gtkaction.xml | 2 +- docs/reference/pygtk-gtkwidget.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/pygtk-gtkaction.xml b/docs/reference/pygtk-gtkaction.xml index 24472d18..498a2897 100644 --- a/docs/reference/pygtk-gtkaction.xml +++ b/docs/reference/pygtk-gtkaction.xml @@ -1068,7 +1068,7 @@ method for more information. linkend="class-gtkactiongroup">gtk.ActionGroup: - actiongroup_add_action(MenuToolAction("my_menutoolaction", "_MTB_label", + actiongroup.add_action(MenuToolAction("my_menutoolaction", "_MTB_label", "do something", None)) diff --git a/docs/reference/pygtk-gtkwidget.xml b/docs/reference/pygtk-gtkwidget.xml index 490e1f8f..a24e023f 100644 --- a/docs/reference/pygtk-gtkwidget.xml +++ b/docs/reference/pygtk-gtkwidget.xml @@ -6418,7 +6418,7 @@ method. The get_activate_signal() method - returns the anem of the signal that is emitted when the widget is + returns the name of the signal that is emitted when the widget is activated for example by a call to the activate() method. See the