summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.ttk.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-02-10 01:17:51 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-02-10 01:17:51 (GMT)
commit96a4f07107476c0038ff1302b7ef779cab07e8ae (patch)
tree209d9fe2647330179040ef4b57dc2c3617853333 /Doc/library/tkinter.ttk.rst
parent763f9f0d89548e02c2efcd843655944584d6d33f (diff)
downloadcpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.zip
cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.tar.gz
cpython-96a4f07107476c0038ff1302b7ef779cab07e8ae.tar.bz2
Issues #26310, #26311: Fix typos in the documentation and code comments
Diffstat (limited to 'Doc/library/tkinter.ttk.rst')
-rw-r--r--Doc/library/tkinter.ttk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst
index 4601171..4efdfac 100644
--- a/Doc/library/tkinter.ttk.rst
+++ b/Doc/library/tkinter.ttk.rst
@@ -299,7 +299,7 @@ Besides the methods inherited from :class:`Widget`: :meth:`Widget.cget`,
:meth:`Widget.configure`, :meth:`Widget.identify`, :meth:`Widget.instate`
and :meth:`Widget.state`, and the following inherited from :class:`Entry`:
:meth:`Entry.bbox`, :meth:`Entry.delete`, :meth:`Entry.icursor`,
-:meth:`Entry.index`, :meth:`Entry.inset`, :meth:`Entry.selection`,
+:meth:`Entry.index`, :meth:`Entry.insert`, :meth:`Entry.selection`,
:meth:`Entry.xview`, it has some other methods, described at
:class:`ttk.Combobox`.