mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
fix two typos in markup
This commit is contained in:
parent
955d00922c
commit
9bae19e8b1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue