Skip to content

Commit 3b55416

Browse files
miss-islingtonMariatta
authored andcommitted
Add a missing space in tkinter documentation. (GH-4692) (GH-4722)
(cherry picked from commit ae342cf)
1 parent d9cadc5 commit 3b55416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/tkinter.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ background material, while the second half can be taken to the keyboard as a
154154
handy reference.
155155

156156
When trying to answer questions of the form "how do I do blah", it is often best
157-
to find out how to do"blah" in straight Tk, and then convert this back into the
157+
to find out how to do "blah" in straight Tk, and then convert this back into the
158158
corresponding :mod:`tkinter` call. Python programmers can often guess at the
159159
correct Python command by looking at the Tk documentation. This means that in
160160
order to use Tkinter, you will have to know a little bit about Tk. This document

0 commit comments

Comments
 (0)