summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2024-01-17 19:24:10 (GMT)
committerGitHub <noreply@github.com>2024-01-17 19:24:10 (GMT)
commit5dcb15da881173bf2b1e4d4336752a4fd1da4f2a (patch)
tree83fee3df12a054742573d805b0a50a5733405289
parent654c70a655f592cb61c6816b76c5b1dd452d51aa (diff)
downloadcpython-5dcb15da881173bf2b1e4d4336752a4fd1da4f2a.zip
cpython-5dcb15da881173bf2b1e4d4336752a4fd1da4f2a.tar.gz
cpython-5dcb15da881173bf2b1e4d4336752a4fd1da4f2a.tar.bz2
[3.11] Fix typo in tkinter.ttk.rst (GH-106157) (GH-114201)
(cherry picked from commit 7573c44c3278eacf0233146037d843bb2563877a) Co-authored-by: Christophe Nanteuil <35002064+christopheNan@users.noreply.github.com>
-rw-r--r--Doc/library/tkinter.ttk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst
index 794c96e..66144e0 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)