[Python-checkins] python/dist/src/Doc/lib libdatetime.tex, 1.55, 1.56 libmmap.tex, 1.9, 1.10 libos.tex, 1.150, 1.151 libstdwin.tex, 1.26, 1.27 libxmlrpclib.tex, 1.20, 1.21 tkinter.tex, 1.29, 1.30

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed Jan 19 04:39:20 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25737/Doc/lib

Modified Files:
	libdatetime.tex libmmap.tex libos.tex libstdwin.tex 
	libxmlrpclib.tex tkinter.tex 
Log Message:
fix a bunch of spelling errors
(closes SF patch #1104868)


Index: libdatetime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libdatetime.tex,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- libdatetime.tex	13 Jan 2005 21:06:25 -0000	1.55
+++ libdatetime.tex	19 Jan 2005 03:39:16 -0000	1.56
@@ -23,7 +23,7 @@
 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: libmmap.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libmmap.tex,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- libmmap.tex	6 Jun 2004 16:51:46 -0000	1.9
+++ libmmap.tex	19 Jan 2005 03:39:16 -0000	1.10
@@ -35,7 +35,7 @@
 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: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -d -r1.150 -r1.151
--- libos.tex	16 Jan 2005 08:57:39 -0000	1.150
+++ libos.tex	19 Jan 2005 03:39:16 -0000	1.151
@@ -639,7 +639,7 @@
 \begin{datadesc}{SEEK_SET}
 \dataline{SEEK_CUR}
 \dataline{SEEK_END}
-Parameteters to the \function{lseek()} function.
+Parameters to the \function{lseek()} function.
 Their values are 0, 1, and 2, respectively.
 Availability: Windows, Macintosh, \UNIX.
 \versionadded{2.5}

Index: libstdwin.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libstdwin.tex,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- libstdwin.tex	12 Aug 2003 00:01:16 -0000	1.26
+++ libstdwin.tex	19 Jan 2005 03:39:16 -0000	1.27
@@ -114,7 +114,7 @@
 \end{funcdesc}
 
 \begin{funcdesc}{getscrmm}{}
-Return the screen size in millimeters.
+Return the screen size in millimetres.
 \end{funcdesc}
 
 \begin{funcdesc}{fetchcolor}{colorname}

Index: libxmlrpclib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libxmlrpclib.tex,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- libxmlrpclib.tex	1 Jan 2005 00:28:43 -0000	1.20
+++ libxmlrpclib.tex	19 Jan 2005 03:39:16 -0000	1.21
@@ -5,7 +5,7 @@
 \moduleauthor{Fredrik Lundh}{fredrik at pythonware.com}
 \sectionauthor{Eric S. Raymond}{esr at 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: tkinter.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/tkinter.tex,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- tkinter.tex	19 Jan 2005 03:23:57 -0000	1.29
+++ tkinter.tex	19 Jan 2005 03:39:16 -0000	1.30
@@ -731,7 +731,7 @@
 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"}.
 



More information about the Python-checkins mailing list