Commit 1a2c3731 authored by Barry Warsaw's avatar Barry Warsaw

Describe Charset.__repr__().

parent f32e3139
...@@ -177,6 +177,7 @@ standard operations and built-in functions. ...@@ -177,6 +177,7 @@ standard operations and built-in functions.
\begin{methoddesc}[Charset]{__str__}{} \begin{methoddesc}[Charset]{__str__}{}
Returns \var{input_charset} as a string coerced to lower case. Returns \var{input_charset} as a string coerced to lower case.
\method{__repr__()} is an alias for \method{__str__()}.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}[Charset]{__eq__}{other} \begin{methoddesc}[Charset]{__eq__}{other}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment