diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2003-11-26 18:03:48 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2003-11-26 18:03:48 (GMT) |
commit | 670875644b77dee1b72b52199d297c43dcbeab8a (patch) | |
tree | 0f2dabbd3df323f9a34b8723a7aefed9858903bd /Doc/whatsnew/whatsnew24.tex | |
parent | d4462300db217c357108e9618190b2f92ae8522f (diff) | |
download | cpython-670875644b77dee1b72b52199d297c43dcbeab8a.zip cpython-670875644b77dee1b72b52199d297c43dcbeab8a.tar.gz cpython-670875644b77dee1b72b52199d297c43dcbeab8a.tar.bz2 |
Fix typos
Diffstat (limited to 'Doc/whatsnew/whatsnew24.tex')
-rw-r--r-- | Doc/whatsnew/whatsnew24.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/whatsnew/whatsnew24.tex b/Doc/whatsnew/whatsnew24.tex index 2e573b5..3be6707 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -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: |