[Python-checkins] python/dist/src/Doc/lib libsets.tex, 1.15.4.3, 1.15.4.4 libfuncs.tex, 1.175.2.4, 1.175.2.5

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 20:40:06 CEST 2005


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

Modified Files:
      Tag: release24-maint
	libsets.tex libfuncs.tex 
Log Message:
[ 1243081 ] repair typos



Index: libsets.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsets.tex,v
retrieving revision 1.15.4.3
retrieving revision 1.15.4.4
diff -u -d -r1.15.4.3 -r1.15.4.4
--- libsets.tex	1 Jul 2005 23:01:46 -0000	1.15.4.3
+++ libsets.tex	22 Jul 2005 18:40:02 -0000	1.15.4.4
@@ -169,7 +169,7 @@
 
 Also note, the module also includes a \method{union_update()} method
 which is an alias for \method{update()}.  The method is included for
-backwards compatability.  Programmers should prefer the
+backwards compatibility.  Programmers should prefer the
 \method{update()} method because it the one supported by the builtin
 \class{set()} and \class{frozenset()} types.
 

Index: libfuncs.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libfuncs.tex,v
retrieving revision 1.175.2.4
retrieving revision 1.175.2.5
diff -u -d -r1.175.2.4 -r1.175.2.5
--- libfuncs.tex	25 Jun 2005 20:07:39 -0000	1.175.2.4
+++ libfuncs.tex	22 Jul 2005 18:40:02 -0000	1.175.2.5
@@ -1135,7 +1135,7 @@
 
 There are several built-in functions that are no longer essential to learn,
 know or use in modern Python programming.  They have been kept here to
-maintain backwards compatability with programs written for older versions
+maintain backwards compatibility with programs written for older versions
 of Python.
 
 Python programmers, trainers, students and bookwriters should feel free to



More information about the Python-checkins mailing list