diff options
Diffstat (limited to 'Doc/lib/liblocale.tex')
-rw-r--r-- | Doc/lib/liblocale.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/liblocale.tex b/Doc/lib/liblocale.tex index bb84343..ee7665b 100644 --- a/Doc/lib/liblocale.tex +++ b/Doc/lib/liblocale.tex @@ -258,7 +258,7 @@ generally okay, and Python will use whatever locale is set, \samp{C}. The \function{setlocale()} function in the \module{locale} module -gives the Python progammer the impression that you can manipulate the +gives the Python programmer the impression that you can manipulate the \constant{LC_NUMERIC} locale setting, but this not the case at the C level: C code will always find that the \constant{LC_NUMERIC} locale setting is \samp{C}. This is because too much would break when the |