summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-08-29 10:38:03 (GMT)
committerGitHub <noreply@github.com>2023-08-29 10:38:03 (GMT)
commitae9bbd16d8f093304168f0058282df930a04f710 (patch)
tree150c8b3dd3f9728152250de5ca5c160a21a4512f /Doc/library/tkinter.rst
parent7c7b2bfb3f5173936443f3f270788dd6d8f2c7cc (diff)
downloadcpython-ae9bbd16d8f093304168f0058282df930a04f710.zip
cpython-ae9bbd16d8f093304168f0058282df930a04f710.tar.gz
cpython-ae9bbd16d8f093304168f0058282df930a04f710.tar.bz2
[3.12] Fix misc doc typos (GH-108592) (#108594)
Fix misc doc typos (GH-108592) (cherry picked from commit 88f1c5b454c34efc167a94b5e2d67ec042834e5b) Co-authored-by: xzmeng <aumo@foxmail.com>
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 2aa3442..246abf3 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -352,7 +352,7 @@ Understanding How Tkinter Wraps Tcl/Tk
When your application uses Tkinter's classes and methods, internally Tkinter
is assembling strings representing Tcl/Tk commands, and executing those
-commands in the Tcl interpreter attached to your applicaton's :class:`Tk`
+commands in the Tcl interpreter attached to your application's :class:`Tk`
instance.
Whether it's trying to navigate reference documentation, trying to find