Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85b5683

Browse files
committed
Remove extraneous "contains" -- pointed out by Daniel Barclay
<[email protected]>. Added credit to Martin von Loewis for creating the module and documentation.
1 parent 859dc53 commit 85b5683

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/lib/liblocale.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ \section{\module{locale} ---
33

44
\declaremodule{standard}{locale}
55
\modulesynopsis{Internationalization services.}
6+
\moduleauthor{Martin von Loewis}{[email protected]}
7+
\sectionauthor{Martin von Loewis}{[email protected]}
68

79

810
The \module{locale} module opens access to the \POSIX{} locale database
@@ -255,7 +257,7 @@ \subsection{For extension writers and programs that embed Python}
255257
\emph{except} that the \constant{LC_NUMERIC} locale should always be
256258
\samp{C}.
257259

258-
The \function{setlocale()} function in the \module{locale} module contains
260+
The \function{setlocale()} function in the \module{locale} module
259261
gives the Python progammer the impression that you can manipulate the
260262
\constant{LC_NUMERIC} locale setting, but this not the case at the C
261263
level: C code will always find that the \constant{LC_NUMERIC} locale

0 commit comments

Comments
 (0)