mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
python: fix threads.__str__ automethod documentation
Indent the directive properly to attach it to Threads autoclass documentation. Fixes: WARNING: don't know which module to import for autodocumenting '__str__' (try placing a "module" or "currentmodule" directive in the document, or giving an explicit module name)
This commit is contained in:
parent
528e5ba2c8
commit
0888639489
1 changed files with 1 additions and 1 deletions
|
@ -11,4 +11,4 @@
|
|||
iterator and broke list(Threads()). Use `len(list(msgs))`
|
||||
instead.
|
||||
|
||||
.. automethod:: __str__
|
||||
.. automethod:: __str__
|
||||
|
|
Loading…
Reference in a new issue