https://github.com/python/cpython/commit/7573c44c3278eacf0233146037d843bb2563877a
commit: 7573c44c3278eacf0233146037d843bb2563877a
branch: main
author: Christophe Nanteuil <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-01-17T18:23:25Z
summary:

Fix typo in tkinter.ttk.rst (GH-106157)

files:
M Doc/library/tkinter.ttk.rst

diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst
index 1609dc2ce9218e..bd0d8b3799a0f1 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]

Reply via email to