summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2019-02-11 20:22:37 +0200
committerDavid Bremner <david@tethera.net>2019-02-16 09:03:56 -0400
commit0888639489dcde2b60e425d76842a4970e444cf6 (patch)
treebe6ae0a03484b087967251324fc8485426498f08 /bindings
parent528e5ba2c8a6a8585a3508dee549b2880dfca671 (diff)
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)
Diffstat (limited to 'bindings')
-rw-r--r--bindings/python/docs/source/threads.rst2
1 files changed, 1 insertions, 1 deletions
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__