[Python-checkins] python/dist/src/Doc/whatsnew whatsnew25.tex, 1.13, 1.14

birkenfeld@users.sourceforge.net birkenfeld at users.sourceforge.net
Fri Jul 22 20:39:21 CEST 2005


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

Modified Files:
	whatsnew25.tex 
Log Message:
[ 1243081 ] repair typos



Index: whatsnew25.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew25.tex,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- whatsnew25.tex	9 Apr 2005 23:59:41 -0000	1.13
+++ whatsnew25.tex	22 Jul 2005 18:39:19 -0000	1.14
@@ -216,7 +216,7 @@
 \function{os.lseek()} function.
 
 \item The \class{TarFile} class in the \module{tarfile} module now has
-a \method{extractall()} method that extracts all members from the
+an \method{extractall()} method that extracts all members from the
 archive into the current working directory.  It's also possible to set
 a different directory as the extraction target, and to unpack only a
 subset of the archive's members.  (Contributed by Lars Gust\"abel.)



More information about the Python-checkins mailing list