We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8d127 commit f89e4ddCopy full SHA for f89e4dd
Doc/lib/liblocale.tex
@@ -136,9 +136,9 @@ \section{\module{locale} ---
136
137
\begin{funcdesc}{getlocale}{\optional{category}}
138
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}.
+ sequence containing \var{language code}, \var{encoding}.
+ \var{category} may be one of the \constant{LC_*} values except
+ \constant{LC_ALL}. It defaults to \constant{LC_CTYPE}.
142
143
Except for the code \code{'C'}, the language code corresponds to
144
\rfc{1766}. \var{language code} and \var{encoding} may be
0 commit comments