]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add a missing "\" to the markup.
authorFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 19:03:44 +0000 (19:03 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 20 Jul 2001 19:03:44 +0000 (19:03 +0000)
Doc/lib/liblocale.tex

index 14afdccf7ce68abf6a91c9bd4ccfe9abd176a925..c68280af9f1eebce2547a26e1d8d0ed7f2933282 100644 (file)
@@ -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