diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-19 17:54:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-19 17:54:10 (GMT) |
commit | d8a41e6391764770cfbe02f1bda7c97e761d1e6d (patch) | |
tree | e0e9c911f74c859c86d66e86095135ea2b8fff01 /Doc/lib/liblocale.tex | |
parent | f6346345b0fcad09d42fc15e2fa8d460fc03c4e8 (diff) | |
download | cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.zip cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.gz cpython-d8a41e6391764770cfbe02f1bda7c97e761d1e6d.tar.bz2 |
Fix an amazing number of typos & malformed sentences reported by Detlef
Lannert <lannert@uni-duesseldorf.de>.
Diffstat (limited to 'Doc/lib/liblocale.tex')
-rw-r--r-- | Doc/lib/liblocale.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index d70ffcf..d95b733 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -7,8 +7,8 @@ The \code{locale} module opens access to the \POSIX{} locale database -and functionality. The \POSIX{} locale mechanism allows applications -to integrate certain cultural aspects into an applications, without +and functionality. The \POSIX{} locale mechanism allows programmers +to deal with certain cultural issues in an application, without requiring the programmer to know all the specifics of each country where the software is executed. @@ -270,7 +270,7 @@ settings to what the user requests, extract the relevant characteristics, and then restore the \samp{C} numeric locale. When Python code uses the \module{locale} module to change the locale, -this also affect the embedding application. If the embedding +this also affects the embedding application. If the embedding application doesn't want this to happen, it should remove the \module{_locale} extension module (which does all the work) from the table of built-in modules in the \file{config.c} file, and make sure |