summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Nanteuil <35002064+christopheNan@users.noreply.github.com>2024-01-17 18:23:25 (GMT)
committerGitHub <noreply@github.com>2024-01-17 18:23:25 (GMT)
commit7573c44c3278eacf0233146037d843bb2563877a (patch)
treed3c3736e2385f60ac20b7b6dee547e24147b63c9
parent0b541f64c472976b2fee1ec9919bc7b02a798242 (diff)
downloadcpython-7573c44c3278eacf0233146037d843bb2563877a.zip
cpython-7573c44c3278eacf0233146037d843bb2563877a.tar.gz
cpython-7573c44c3278eacf0233146037d843bb2563877a.tar.bz2
Fix typo in tkinter.ttk.rst (GH-106157)
-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 1609dc2..bd0d8b3 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)