]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 26 Nov 2003 18:03:48 +0000 (18:03 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 26 Nov 2003 18:03:48 +0000 (18:03 +0000)
Doc/whatsnew/whatsnew24.tex

index 2e573b56b019b5c356f6439aac01aa8551c48412..3be67077ecef7909ceb3020e0d00b0a8425c0eff 100644 (file)
@@ -119,7 +119,7 @@ language.
 \begin{itemize}
 
 \item The string methods, \method{ljust()}, \method{rjust()}, and
-\method{center()} now take a optional argument for specifying a
+\method{center()} now take an optional argument for specifying a
 fill character other than a space.
 
 \item The \method{sort()} method of lists gained three keyword
@@ -211,7 +211,7 @@ yellow 5
 
 
 \item The \function{zip()} built-in function and \function{itertools.izip()}
-  now returns an empty list instead of raising a \exception{TypeError}
+  now return an empty list instead of raising a \exception{TypeError}
   exception if called with no arguments.  This makes the functions more
   suitable for use with variable length argument lists: