]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typo in tkinter.ttk.rst (GH-106157)
authorChristophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Wed, 17 Jan 2024 18:23:25 +0000 (19:23 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 18:23:25 +0000 (18:23 +0000)
Doc/library/tkinter.ttk.rst

index 1609dc2ce9218ebe61ae5d3486ae1ecdf6f2a40e..bd0d8b3799a0f14d95562d8e02f6d6888628add9 100644 (file)
@@ -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)