Skip to content

Commit f89e4dd

Browse files
committed
Do not claim that getlocale() returns a tulpe; that is not always true.
Closes SF bug #568577.
1 parent 4c8d127 commit f89e4dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/lib/liblocale.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,9 @@ \section{\module{locale} ---
136136

137137
\begin{funcdesc}{getlocale}{\optional{category}}
138138
Returns the current setting for the given locale category as
139-
tuple (language code, encoding). \var{category} may be one of the
140-
\constant{LC_*} values except \constant{LC_ALL}. It defaults to
141-
\constant{LC_CTYPE}.
139+
sequence containing \var{language code}, \var{encoding}.
140+
\var{category} may be one of the \constant{LC_*} values except
141+
\constant{LC_ALL}. It defaults to \constant{LC_CTYPE}.
142142

143143
Except for the code \code{'C'}, the language code corresponds to
144144
\rfc{1766}. \var{language code} and \var{encoding} may be

0 commit comments

Comments
 (0)