summaryrefslogtreecommitdiff
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-24 11:04:36 +0200
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-24 11:04:36 +0200
commitf47036c1309536c048890c265605b06daf7bdc9c (patch)
treee6df0e6a342b66183d5924c97667c14c42cb2ff7 /Doc/library/tkinter.rst
parent55c6cc408c56f586c4826c1d9639a5f4635c021c (diff)
downloadcpython-git-f47036c1309536c048890c265605b06daf7bdc9c.tar.gz
Removed spaces before colons and semicolons.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index 7bdd294818..eeb1f8096e 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -440,7 +440,7 @@ back will contain the name of the synonym and the "real" option (such as
Example::
>>> print(fred.config())
- {'relief' : ('relief', 'relief', 'Relief', 'raised', 'groove')}
+ {'relief': ('relief', 'relief', 'Relief', 'raised', 'groove')}
Of course, the dictionary printed will include all the options available and
their values. This is meant only as an example.