]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114201)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Jan 2024 19:24:10 +0000 (20:24 +0100)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 19:24:10 +0000 (21:24 +0200)
(cherry picked from commit 7573c44c3278eacf0233146037d843bb2563877a)

Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
Doc/library/tkinter.ttk.rst

index 794c96eb3c389cb9072c3e7f0dbf004aa41a63d7..66144e0eec0dcf97766be304a0d0ee145c89c33b 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)