diff options
author | John Finlay <finlay@src.gnome.org> | 2006-08-12 02:16:12 +0000 |
---|---|---|
committer | John Finlay <finlay@src.gnome.org> | 2006-08-12 02:16:12 +0000 |
commit | 6696433efa28bca9942ccc3b3b6e8f521cb26a6e (patch) | |
tree | f728bf63b6fe7bf0f646374e5bb3dbdb75975978 /docs/reference | |
parent | 24f05dbdcb71156d1b48537b564bac9ca8b1765a (diff) | |
download | pygtk-6696433efa28bca9942ccc3b3b6e8f521cb26a6e.tar.gz |
Fix typos
* Fix typos
Diffstat (limited to 'docs/reference')
-rw-r--r-- | docs/reference/pygtk-gtkaction.xml | 2 | ||||
-rw-r--r-- | docs/reference/pygtk-gtkwidget.xml | 2 |
2 files changed, 2 insertions, 2 deletions
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.</para> linkend="class-gtkactiongroup"><classname>gtk.ActionGroup</classname></link>:</para> <programlisting> - actiongroup_add_action(MenuToolAction("my_menutoolaction", "_MTB_label", + actiongroup.add_action(MenuToolAction("my_menutoolaction", "_MTB_label", "do something", None)) </programlisting> 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.</para> </note> <para>The <methodname>get_activate_signal</methodname>() 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 <link linkend="method-gtkwidget--activate"><methodname>activate</methodname>()</link> method. See the <link |