Describe Charset.__repr__().

This commit is contained in:
Barry Warsaw 2003-03-06 06:07:34 +00:00
parent f32e313914
commit 1a2c37316b
1 changed files with 1 additions and 0 deletions

View 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}