summaryrefslogtreecommitdiff
path: root/docs/reference/pygtk-gtkliststore.xml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/pygtk-gtkliststore.xml')
-rw-r--r--docs/reference/pygtk-gtkliststore.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/pygtk-gtkliststore.xml b/docs/reference/pygtk-gtkliststore.xml
index d1adcb53..df976072 100644
--- a/docs/reference/pygtk-gtkliststore.xml
+++ b/docs/reference/pygtk-gtkliststore.xml
@@ -177,7 +177,7 @@ column</simpara></listitem>
</varlistentry>
<varlistentry>
<term><parameter>...</parameter>&nbsp;:</term>
- <listitem><simpara>optional types for suceeding
+ <listitem><simpara>optional types for succeeding
columns</simpara></listitem>
</varlistentry>
<varlistentry>
@@ -189,7 +189,7 @@ linkend="class-gtkliststore"><classname>gtk.ListStore</classname></link></simpar
<para>Creates a new list store as with one or more columns with the type
specified by the arguments passed to the constructor. For example,
-<literal>gtkListStore(gobject.TYPE_INT, gobject.TYPE_STRING,
+<literal>gtk.ListStore(gobject.TYPE_INT, gobject.TYPE_STRING,
gtk.gdk.Pixbuf);</literal> will create a new <link
linkend="class-gtkliststore"><classname>gtk.ListStore</classname></link>
with three columns, of type int, string and <link
@@ -747,7 +747,7 @@ unsorted stores.</para>
<para>This method is available in PyGTK 2.4 and above.</para>
</note>
- <para>The <methodname>swap</methodname>() method swaps the listtore
+ <para>The <methodname>swap</methodname>() method swaps the liststore
rows specified by the <link
linkend="class-gtktreeiter"><classname>gtk.TreeIter</classname></link>s
<parameter>a</parameter> and <parameter>b</parameter>. Note that this method