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

This commit is contained in:
Julien Palard 2017-12-05 06:05:33 +01:00 committed by Mariatta
parent b3edde8dd4
commit ae342cf7de
1 changed files with 1 additions and 1 deletions

View 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