From 3eb60d777a53c6f1ba2d08d09aaf18fefa9c87a0 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Thu, 28 Sep 2017 14:57:37 +0530 Subject: [PATCH] Add mitogen.parent_ids to docs. --- docs/api.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api.rst b/docs/api.rst index 524e6967..6decc91b 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -15,6 +15,7 @@ mitogen Package .. autodata:: mitogen.is_master .. autodata:: mitogen.context_id .. autodata:: mitogen.parent_id +.. autodata:: mitogen.parent_ids mitogen.core @@ -250,7 +251,7 @@ Receiver Class # It is guaranteed the receiver was empty after the notification # function was installed, or that it was non-empty and the - # notification function was invoked. + # notification function was invoked at least once. .. py:method:: close ()