Skip to content

Commit 12fa6b1

Browse files
authored
Add a missing space in tkinter documentation. (GH-4692). (GH-4723)
(cherry picked from commit ae342cf)
1 parent 65d1887 commit 12fa6b1

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
@@ -161,7 +161,7 @@ background material, while the second half can be taken to the keyboard as a
161161
handy reference.
162162

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

0 commit comments

Comments
 (0)