Do not claim that getlocale() returns a tulpe; that is not always true.

Closes SF bug #568577.
This commit is contained in:
Fred Drake 2002-06-13 17:54:06 +00:00
parent 340043ea79
commit efb9097add
1 changed files with 3 additions and 3 deletions

View File

@ -145,9 +145,9 @@ for which symbolic constants are available in the locale module.
\begin{funcdesc}{getlocale}{\optional{category}} \begin{funcdesc}{getlocale}{\optional{category}}
Returns the current setting for the given locale category as Returns the current setting for the given locale category as
tuple (language code, encoding). \var{category} may be one of the sequence containing \var{language code}, \var{encoding}.
\constant{LC_*} values except \constant{LC_ALL}. It defaults to \var{category} may be one of the \constant{LC_*} values except
\constant{LC_CTYPE}. \constant{LC_ALL}. It defaults to \constant{LC_CTYPE}.
Except for the code \code{'C'}, the language code corresponds to Except for the code \code{'C'}, the language code corresponds to
\rfc{1766}. \var{language code} and \var{encoding} may be \rfc{1766}. \var{language code} and \var{encoding} may be