[Python-checkins] Add a missing space in tkinter documentation. (GH-4692). (GH-4723)

Mariatta webhook-mailer at python.org
Tue Dec 5 00:16:00 EST 2017


https://github.com/python/cpython/commit/12fa6b1e2ff8112b0a9f61949c3d5252a75bf909
commit: 12fa6b1e2ff8112b0a9f61949c3d5252a75bf909
branch: 2.7
author: Mariatta <Mariatta at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2017-12-04T21:15:57-08:00
summary:

Add a missing space in tkinter documentation. (GH-4692). (GH-4723)

(cherry picked from commit ae342cf7deebdcf2035f4064609b32b2102dadcf)

files:
M Doc/library/tkinter.rst

diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index ab1da524377..ce5e63a717b 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -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



More information about the Python-checkins mailing list