https://github.com/python/cpython/commit/01344cfe9e9646b8f53b0ba2a1053d343a66634c commit: 01344cfe9e9646b8f53b0ba2a1053d343a66634c branch: 3.12 author: Miss Islington (bot) <[email protected]> committer: serhiy-storchaka <[email protected]> date: 2024-01-17T21:23:50+02:00 summary:
[3.12] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114200) (cherry picked from commit 7573c44c3278eacf0233146037d843bb2563877a) Co-authored-by: Christophe Nanteuil <[email protected]> files: M Doc/library/tkinter.ttk.rst diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 794c96eb3c389c..66144e0eec0dcf 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) _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
