]> granicus.if.org Git - python/commitdiff
Add a missing space in tkinter documentation. (GH-4692)
authorJulien Palard <julien@palard.fr>
Tue, 5 Dec 2017 05:05:33 +0000 (06:05 +0100)
committerMariatta <Mariatta@users.noreply.github.com>
Tue, 5 Dec 2017 05:05:33 +0000 (21:05 -0800)
Doc/library/tkinter.rst

index 3e1faed8c7b8d5dea16f43320ef3c223898c5fe0..f51add2b41fe46bf06c8a7f63f5966a8b76ec2cd 100644 (file)
@@ -154,7 +154,7 @@ background material, while the second half can be taken to the keyboard as a
 handy reference.
 
 When trying to answer questions of the form "how do I do blah", it is often best
-to find out how to do"blah" in straight Tk, and then convert this back into the
+to find out how to do "blah" in straight Tk, and then convert this back into the
 corresponding :mod:`tkinter` call. Python programmers can often guess at the
 correct Python command by looking at the Tk documentation. This means that in
 order to use Tkinter, you will have to know a little bit about Tk. This document