From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 5 Dec 2017 05:16:20 +0000 (-0800) Subject: Add a missing space in tkinter documentation. (GH-4692) (GH-4722) X-Git-Tag: v3.6.4rc1~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b5541670036cc57205fb91f1fc332a952898962;p=thirdparty%2FPython%2Fcpython.git Add a missing space in tkinter documentation. (GH-4692) (GH-4722) (cherry picked from commit ae342cf7deebdcf2035f4064609b32b2102dadcf) --- diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst index 3e1faed8c7b8..f51add2b41fe 100644 --- a/Doc/library/tkinter.rst +++ b/Doc/library/tkinter.rst @@ -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