mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Remove spurious "()" from the __str__() description.
This commit is contained in:
parent
177b4a065f
commit
7779b208ae
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Return the entire formatted message as a string. Optional
|
|||
envelope header; it defaults to 0.
|
||||
\end{methoddesc}
|
||||
|
||||
\begin{methoddesc}[Message]{__str__()}{}
|
||||
\begin{methoddesc}[Message]{__str__}{}
|
||||
Equivalent to \method{aMessage.as_string(unixfrom=1)}.
|
||||
\end{methoddesc}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue