From: Jani Nikula Date: Mon, 11 Feb 2019 18:22:37 +0000 (+0200) Subject: python: fix threads.__str__ automethod documentation X-Git-Tag: 0.28.2~3 X-Git-Url: https://git.cworth.org/git?p=notmuch;a=commitdiff_plain;h=0888639489dcde2b60e425d76842a4970e444cf6 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) --- diff --git a/bindings/python/docs/source/threads.rst b/bindings/python/docs/source/threads.rst index 4324ac82..46ce5be5 100644 --- a/bindings/python/docs/source/threads.rst +++ b/bindings/python/docs/source/threads.rst @@ -11,4 +11,4 @@ iterator and broke list(Threads()). Use `len(list(msgs))` instead. -.. automethod:: __str__ + .. automethod:: __str__