From: Barry Warsaw Date: Thu, 6 Mar 2003 06:07:34 +0000 (+0000) Subject: Describe Charset.__repr__(). X-Git-Tag: v2.3c1~1564 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1a2c37316bd0b4a003f9a5ed5634459787556c26;p=thirdparty%2FPython%2Fcpython.git Describe Charset.__repr__(). --- diff --git a/Doc/lib/emailcharsets.tex b/Doc/lib/emailcharsets.tex index d654adace1d8..18f2a016c006 100644 --- a/Doc/lib/emailcharsets.tex +++ b/Doc/lib/emailcharsets.tex @@ -177,6 +177,7 @@ standard operations and built-in functions. \begin{methoddesc}[Charset]{__str__}{} Returns \var{input_charset} as a string coerced to lower case. +\method{__repr__()} is an alias for \method{__str__()}. \end{methoddesc} \begin{methoddesc}[Charset]{__eq__}{other}