From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Jan 2024 19:23:50 +0000 (+0100) Subject: [3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200) X-Git-Tag: v3.12.2~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01344cfe9e9646b8f53b0ba2a1053d343a66634c;p=thirdparty%2FPython%2Fcpython.git [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> --- diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 794c96eb3c38..66144e0eec0d 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)