diff options
author | Barry Warsaw <barry@python.org> | 2003-03-06 06:07:34 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2003-03-06 06:07:34 (GMT) |
commit | 1a2c37316bd0b4a003f9a5ed5634459787556c26 (patch) | |
tree | b441fa3c0d1851f243b5766c2521992c65db43b7 | |
parent | f32e3139143f39ec4e4719d70eeee12add9a2598 (diff) | |
download | cpython-1a2c37316bd0b4a003f9a5ed5634459787556c26.zip cpython-1a2c37316bd0b4a003f9a5ed5634459787556c26.tar.gz cpython-1a2c37316bd0b4a003f9a5ed5634459787556c26.tar.bz2 |
Describe Charset.__repr__().
-rw-r--r-- | Doc/lib/emailcharsets.tex | 1 |
1 files changed, 1 insertions, 0 deletions
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} |