Commit f69868f3 authored by Fred Drake's avatar Fred Drake

Add a missing "\" to the markup.

parent cd694c44
...@@ -126,7 +126,7 @@ locale.setlocale(locale.LC_ALL, '') ...@@ -126,7 +126,7 @@ locale.setlocale(locale.LC_ALL, '')
used. \var{envvars} defaults to the search path used in GNU gettext; used. \var{envvars} defaults to the search path used in GNU gettext;
it must always contain the variable name \samp{LANG}. The GNU it must always contain the variable name \samp{LANG}. The GNU
gettext search path contains \code{'LANGUAGE'}, \code{'LC_ALL'}, 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 Except for the code \code{'C'}, the language code corresponds to
\rfc{1766}. \var{language code} and \var{encoding} may be \rfc{1766}. \var{language code} and \var{encoding} may be
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment