Fix minor typos.

This commit is contained in:
Raymond Hettinger 2003-05-12 03:23:51 +00:00
parent 73414a2705
commit bf3a75283c
4 changed files with 5 additions and 5 deletions

View file

@ -426,8 +426,8 @@ threads that happen to run before the settings have been restored.
If, when coding a module for general use, you need a locale
independent version of an operation that is affected by the locale
(e.g. \function{string.lower()}, or certain formats used with
\function{time.strftime()})), you will have to find a way to do it
(such as \function{string.lower()}, or certain formats used with
\function{time.strftime()}), you will have to find a way to do it
without using the standard library routine. Even better is convincing
yourself that using locale settings is okay. Only as a last resort
should you document that your module is not compatible with