diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-29 10:38:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 10:38:03 (GMT) |
commit | ae9bbd16d8f093304168f0058282df930a04f710 (patch) | |
tree | 150c8b3dd3f9728152250de5ca5c160a21a4512f /Doc/library/tkinter.rst | |
parent | 7c7b2bfb3f5173936443f3f270788dd6d8f2c7cc (diff) | |
download | cpython-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.rst | 2 |
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 |