From 60e83968d555d53b97de04a0a00b2cdeb3187d39 Mon Sep 17 00:00:00 2001 From: Makonede <61922615+Makonede@users.noreply.github.com> Date: Thu, 20 Jul 2023 16:07:06 -0700 Subject: Fix typo in tkinter docs (#106936) Signed-off-by: Makonede <61922615+Makonede@users.noreply.github.com> --- Doc/library/tkinter.ttk.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/tkinter.ttk.rst b/Doc/library/tkinter.ttk.rst index 4ff2b21..9f2f9eb 100644 --- a/Doc/library/tkinter.ttk.rst +++ b/Doc/library/tkinter.ttk.rst @@ -102,7 +102,7 @@ themed widgets and is not supposed to be directly instantiated. Standard Options ^^^^^^^^^^^^^^^^ -All the :mod:`ttk` Widgets accepts the following options: +All the :mod:`ttk` Widgets accept the following options: .. tabularcolumns:: |l|L| -- cgit v0.12