aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/docs
diff options
context:
space:
mode:
authorGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-18 01:32:21 +0100
committerGravatar Justus Winter <4winter@informatik.uni-hamburg.de>2012-02-18 01:39:39 +0100
commitff8f864245c3ac54cc23aa47af09c95cde484abb (patch)
tree1197324990b0f57d0ee55e3f2981798b68cc2667 /bindings/python/docs
parent4315ac015a1ba329880031805f4706731b3c1ef4 (diff)
python: wrap notmuch_query_count_threads as Query.count_threads
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
Diffstat (limited to 'bindings/python/docs')
-rw-r--r--bindings/python/docs/source/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/python/docs/source/index.rst b/bindings/python/docs/source/index.rst
index f7d3d605..5405de8e 100644
--- a/bindings/python/docs/source/index.rst
+++ b/bindings/python/docs/source/index.rst
@@ -128,6 +128,8 @@ More information on specific topics can be found on the following pages:
.. automethod:: count_messages
+ .. automethod:: count_threads
+
:class:`Messages` -- A bunch of messages
----------------------------------------