]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
fix a bunch of spelling errors
authorFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 03:45:39 +0000 (03:45 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 19 Jan 2005 03:45:39 +0000 (03:45 +0000)
(closes SF patch #1104868)

Doc/lib/libdatetime.tex
Doc/lib/libmmap.tex
Doc/lib/libstdwin.tex
Doc/lib/libxmlrpclib.tex
Doc/lib/tkinter.tex
Doc/mac/scripting.tex
Doc/ref/ref5.tex

index cdc8740fda327f8f5ad6f3619c1c644fab119ce1..66338e9cc013a61ba8169b4e4dcc344f54c5338e 100644 (file)
@@ -23,7 +23,7 @@ zone, daylight saving time, or other kind of algorithmic or political
 time adjustment.  Whether a naive \class{datetime} object represents
 Coordinated Universal Time (UTC), local time, or time in some other
 timezone is purely up to the program, just like it's up to the program
-whether a particular number represents meters, miles, or mass.  Naive
+whether a particular number represents metres, miles, or mass.  Naive
 \class{datetime} objects are easy to understand and to work with, at
 the cost of ignoring some aspects of reality.
 
index 0334147575c54f70267a3866149439db66587dfe..d0fbf884b9a69723e4915f45c9d78606de51e1e4 100644 (file)
@@ -35,7 +35,7 @@ mapping.  The initial memory values for all three access types are
 taken from the specified file.  Assignment to an
 \constant{ACCESS_READ} memory map raises a \exception{TypeError}
 exception.  Assignment to an \constant{ACCESS_WRITE} memory map
-affects both memory and the underlying file.  Assigment to an
+affects both memory and the underlying file.  Assignment to an
 \constant{ACCESS_COPY} memory map affects memory but does not update
 the underlying file.
 
index 5170222fdc17acec6557ce050889edacb243a5e9..84aad2f48e1fd835570a3ca3a289fd132e7fda22 100644 (file)
@@ -114,7 +114,7 @@ Return the screen size in pixels.
 \end{funcdesc}
 
 \begin{funcdesc}{getscrmm}{}
-Return the screen size in millimeters.
+Return the screen size in millimetres.
 \end{funcdesc}
 
 \begin{funcdesc}{fetchcolor}{colorname}
index 4716e178a41f8943bc3d3d47745a5f8769ee9b79..f056e014b765e75c6346c775c0c0253c426865d0 100644 (file)
@@ -5,7 +5,7 @@
 \moduleauthor{Fredrik Lundh}{fredrik@pythonware.com}
 \sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
 
-% Not everyting is documented yet.  It might be good to describe 
+% Not everything is documented yet.  It might be good to describe 
 % Marshaller, Unmarshaller, getparser, dumps, loads, and Transport.
 
 \versionadded{2.2}
index 4e7a42f5838d05eef469ad4741956d19e70bed4b..4be2e665ceeff62f9d7d9efb9ffaec73de69758b 100644 (file)
@@ -718,7 +718,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"}.
 
index f0fb092ef6034eff08899ef98e943d1b166b7d3f..5ef7612f77e0cf1fe7feab106ea8c8ec2519482c 100644 (file)
@@ -1,7 +1,7 @@
 \chapter{MacPython OSA Modules \label{scripting}}
 
 Python has a fairly complete implementation of the Open Scripting
-Architecure (OSA, also commonly referred to as AppleScript), allowing
+Architecture (OSA, also commonly referred to as AppleScript), allowing
 you to control scriptable applications from your Python program,
 and with a fairly pythonic interface. 
 
index f4ef3fe04fdcd4dc36ed3bea65455e57078e0221..ff12cef98b5d57f132346e7768c3326c2a743afe 100644 (file)
@@ -911,7 +911,7 @@ The set membership test has traditionally been bound to sequences; an
 object is a member of a set if the set is a sequence and contains an
 element equal to that object.  However, it is possible for an object
 to support membership tests without being a sequence.  In particular,
-dictionaries support memership testing as a nicer way of spelling
+dictionaries support membership testing as a nicer way of spelling
 \code{\var{key} in \var{dict}}; other mapping types may follow suit.
 
 For the list and tuple types, \code{\var{x} in \var{y}} is true if and