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:
Jani Nikula 2019-02-11 20:22:37 +02:00 committed by David Bremner
parent 528e5ba2c8
commit 0888639489

View file

@ -11,4 +11,4 @@
iterator and broke list(Threads()). Use `len(list(msgs))`
instead.
.. automethod:: __str__
.. automethod:: __str__