]> granicus.if.org Git - python/commitdiff
Add a missing space in tkinter documentation. (GH-4692). (GH-4723)
authorMariatta <Mariatta@users.noreply.github.com>
Tue, 5 Dec 2017 05:15:57 +0000 (21:15 -0800)
committerGitHub <noreply@github.com>
Tue, 5 Dec 2017 05:15:57 +0000 (21:15 -0800)
(cherry picked from commit ae342cf7deebdcf2035f4064609b32b2102dadcf)

Doc/library/tkinter.rst

index ab1da5243773eba1908ad4dd8cc9dc5bc7c2670f..ce5e63a717b3eed0a8b99f14ab0dec2da394e233 100644 (file)
@@ -161,7 +161,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