From 0888639489dcde2b60e425d76842a4970e444cf6 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 11 Feb 2019 20:22:37 +0200 Subject: [PATCH] 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) --- bindings/python/docs/source/threads.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__ -- 2.43.0