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 c986e54 commit 57ce143Copy full SHA for 57ce143
1 file changed
Doc/lib/emailmessage.tex
@@ -443,8 +443,9 @@
443
444
\begin{methoddesc}[Message]{get_content_charset}{\optional{failobj}}
445
Return the \code{charset} parameter of the \mailheader{Content-Type}
446
-header. If there is no \mailheader{Content-Type} header, or if that
447
-header has no \code{charset} parameter, \var{failobj} is returned.
+header, coerced to lower case. If there is no
+\mailheader{Content-Type} header, or if that header has no
448
+\code{charset} parameter, \var{failobj} is returned.
449
450
Note that this method differs from \method{get_charset()} which
451
returns the \class{Charset} instance for the default encoding of the
0 commit comments