mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Add a missing "\" to the markup.
This commit is contained in:
parent
cd694c44a9
commit
f69868f304
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ locale.setlocale(locale.LC_ALL, '')
|
|||
used. \var{envvars} defaults to the search path used in GNU gettext;
|
||||
it must always contain the variable name \samp{LANG}. The GNU
|
||||
gettext search path contains \code{'LANGUAGE'}, \code{'LC_ALL'},
|
||||
code{'LC_CTYPE'}, and \code{'LANG'}, in that order.
|
||||
\code{'LC_CTYPE'}, and \code{'LANG'}, in that order.
|
||||
|
||||
Except for the code \code{'C'}, the language code corresponds to
|
||||
\rfc{1766}. \var{language code} and \var{encoding} may be
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue