summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-07-20 23:11:52 (GMT)
committerGitHub <noreply@github.com>2023-07-20 23:11:52 (GMT)
commitc1fd76e138c0acf4b90b08ded990d6521187fe63 (patch)
tree7989157cbc154fc8125295470c19e2dca4d487fd
parentbc107e53d47c4b4ed242b04118bff7bb9ccf01c8 (diff)
downloadcpython-c1fd76e138c0acf4b90b08ded990d6521187fe63.zip
cpython-c1fd76e138c0acf4b90b08ded990d6521187fe63.tar.gz
cpython-c1fd76e138c0acf4b90b08ded990d6521187fe63.tar.bz2
[3.12] Fix typo in tkinter docs (GH-106936) (#106937)
Fix typo in tkinter docs (GH-106936) (cherry picked from commit 60e83968d555d53b97de04a0a00b2cdeb3187d39) Signed-off-by: Makonede <61922615+Makonede@users.noreply.github.com> Co-authored-by: Makonede <61922615+Makonede@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 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|