From 01344cfe9e9646b8f53b0ba2a1053d343a66634c Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:23:50 +0100 Subject: [3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200) (cherry picked from commit 7573c44c3278eacf0233146037d843bb2563877a) Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com> --- Doc/library/tkinter.ttk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 794c96e..66144e0 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) -- cgit v0.12