diff options
author | Fred Drake <fdrake@acm.org> | 2004-08-07 14:28:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-08-07 14:28:37 (GMT) |
commit | 9bae19e8b10e8436e1bb3c6dc22ceba9ce55c8ce (patch) | |
tree | bd09e688fd9332c04dd8d4b7359743a88f60a01e /Doc/whatsnew | |
parent | 955d00922cbd1357efbc13c69d6e3a872f947d09 (diff) | |
download | cpython-9bae19e8b10e8436e1bb3c6dc22ceba9ce55c8ce.zip cpython-9bae19e8b10e8436e1bb3c6dc22ceba9ce55c8ce.tar.gz cpython-9bae19e8b10e8436e1bb3c6dc22ceba9ce55c8ce.tar.bz2 |
fix two typos in markup
Diffstat (limited to 'Doc/whatsnew')
-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 fb4889c..f7629f5 100644 --- a/Doc/whatsnew/whatsnew24.tex +++ b/Doc/whatsnew/whatsnew24.tex @@ -869,7 +869,7 @@ euc-jisx0213, iso-2022-jp, iso-2022-jp-1, iso-2022-jp-2, \item Korean: cp949, euc-kr, johab, iso-2022-kr \end{itemize} -item Some other new encodings were added: ISO_8859-11, ISO_8859-16, PCTP-154, +\item Some other new encodings were added: ISO_8859-11, ISO_8859-16, PCTP-154, and TIS-620. \item There is a new \module{collections} module for @@ -1045,7 +1045,7 @@ data extractors when used with \function{map()} or \item The \module{optparse} module was updated. The module now passes its messages through \function{gettext.gettext()}, making it possible to internationalize Optik's help and error messages. Help messages -for options can now include the string \code{'%default'}, which will +for options can now include the string \code{'\%default'}, which will be replaced by the option's default value. \item A new \function{getsid()} function was added to the |