]> granicus.if.org Git - python/commitdiff
Describe Charset.__repr__().
authorBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 06:07:34 +0000 (06:07 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 6 Mar 2003 06:07:34 +0000 (06:07 +0000)
Doc/lib/emailcharsets.tex

index d654adace1d8efccd11632b9c0a1ad6818aa604f..18f2a016c006f6136ab6dfee3bae5790fa6d49c0 100644 (file)
@@ -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}