From: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> Date: Wed, 17 Jan 2024 18:23:25 +0000 (+0100) Subject: Fix typo in tkinter.ttk.rst (GH-106157) X-Git-Tag: v3.13.0a4~441 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7573c44c3278eacf0233146037d843bb2563877a;p=thirdparty%2FPython%2Fcpython.git Fix typo in tkinter.ttk.rst (GH-106157) --- diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 1609dc2ce921..bd0d8b3799a0 100644 --- a/Doc/library/tkinter.ttk.rst +++ b/Doc/library/tkinter.ttk.rst @@ -1118,7 +1118,7 @@ ttk.Treeview as the item identifier; *iid* must not already exist in the tree. Otherwise, a new unique identifier is generated. - See `Item Options`_ for the list of available points. + See `Item Options`_ for the list of available options. .. method:: item(item, option=None, **kw)