From 1a2c37316bd0b4a003f9a5ed5634459787556c26 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 6 Mar 2003 06:07:34 +0000 Subject: Describe Charset.__repr__(). --- Doc/lib/emailcharsets.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/emailcharsets.tex b/Doc/lib/emailcharsets.tex index d654ada..18f2a01 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} -- cgit v0.12