From: Fred Drake Date: Fri, 20 Jul 2001 19:03:44 +0000 (+0000) Subject: Add a missing "\" to the markup. X-Git-Tag: v2.2a3~1014 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f69868f304cb2198e4f43e73d5d8873d7222cda8;p=thirdparty%2FPython%2Fcpython.git Add a missing "\" to the markup. --- diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 14afdccf7ce6..c68280af9f1e 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