summaryrefslogtreecommitdiffstats
path: root/Doc/lib/tkinter.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
committerFred Drake <fdrake@acm.org>2005-01-19 03:39:17 (GMT)
commitb184ae860e7a1922918a1822274fb7bacacde163 (patch)
tree613885bc2dbb4d637597c4266738a6805971a2bc /Doc/lib/tkinter.tex
parent9f79dbfd4a4d39f1bf30b40573033ef4ad5701bc (diff)
downloadcpython-b184ae860e7a1922918a1822274fb7bacacde163.zip
cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.gz
cpython-b184ae860e7a1922918a1822274fb7bacacde163.tar.bz2
fix a bunch of spelling errors
(closes SF patch #1104868)
Diffstat (limited to 'Doc/lib/tkinter.tex')
-rw-r--r--Doc/lib/tkinter.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/tkinter.tex b/Doc/lib/tkinter.tex
index 6a60982..f944eab 100644
--- a/Doc/lib/tkinter.tex
+++ b/Doc/lib/tkinter.tex
@@ -731,7 +731,7 @@ Ousterhout's book.
Screen distances can be specified in either pixels or absolute
distances. Pixels are given as numbers and absolute distances as
strings, with the trailing character denoting units: \code{c}
-for centimeters, \code{i} for inches, \code{m} for millimeters,
+for centimetres, \code{i} for inches, \code{m} for millimetres,
\code{p} for printer's points. For example, 3.5 inches is expressed
as \code{"3.5i"}.