summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:20:51 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-12-23 16:20:51 (GMT)
commita4d170d985df52d3fedf908c158824c057c9b7c6 (patch)
treed0b3bf3468ab6c79a62fa85da6bf4a966a59cb62 /Doc/library/tkinter.rst
parenteaedaeccf275d5e8cb3443c50323e57dee60a204 (diff)
downloadcpython-a4d170d985df52d3fedf908c158824c057c9b7c6.zip
cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.gz
cpython-a4d170d985df52d3fedf908c158824c057c9b7c6.tar.bz2
Removed spaces before commas and periods.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index ad37a7b..7bdd294 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -180,7 +180,7 @@ documentation that exists. Here are some hints:
The Tk/Tcl development is largely taking place at ActiveState.
`Tcl and the Tk Toolkit <http://www.amazon.com/exec/obidos/ASIN/020163337X>`_
- The book by John Ousterhout, the inventor of Tcl .
+ The book by John Ousterhout, the inventor of Tcl.
`Practical Programming in Tcl and Tk <http://www.amazon.com/exec/obidos/ASIN/0130220280>`_
Brent Welch's encyclopedic book.
@@ -613,7 +613,7 @@ bitmap
preceded with an ``@``, as in ``"@/usr/contrib/bitmap/gumby.bit"``.
boolean
- You can pass integers 0 or 1 or the strings ``"yes"`` or ``"no"`` .
+ You can pass integers 0 or 1 or the strings ``"yes"`` or ``"no"``.
callback
This is any Python function that takes no arguments. For example::