diff options
| author | Raymond Hettinger <python@rcn.com> | 2003-05-12 03:23:51 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2003-05-12 03:23:51 +0000 |
| commit | bf3a75283ceffa3d54ac941dbf83869f0fa23027 (patch) | |
| tree | 620ec866258a9d45824041c3e79a6a9c85b617e7 /Doc/lib/liblocale.tex | |
| parent | 73414a2705723b7d3e7ecc34bcb180a602577e5d (diff) | |
| download | cpython-git-bf3a75283ceffa3d54ac941dbf83869f0fa23027.tar.gz | |
Fix minor typos.
Diffstat (limited to 'Doc/lib/liblocale.tex')
| -rw-r--r-- | Doc/lib/liblocale.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index 4457f33d53..85d03392ac 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -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 |
