diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-20 19:03:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-20 19:03:44 (GMT) |
commit | f69868f304cb2198e4f43e73d5d8873d7222cda8 (patch) | |
tree | ed94e58e65ff7370c6fe15b30d3eb0dbf3c976be /Doc/lib | |
parent | cd694c44a91fa20e6d2ee540e0b517021e845e79 (diff) | |
download | cpython-f69868f304cb2198e4f43e73d5d8873d7222cda8.zip cpython-f69868f304cb2198e4f43e73d5d8873d7222cda8.tar.gz cpython-f69868f304cb2198e4f43e73d5d8873d7222cda8.tar.bz2 |
Add a missing "\" to the markup.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/liblocale.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 14afdcc..c68280a 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -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 |