From 1a923c561ff0d31347e7b48b7c728e6cbe427317 Mon Sep 17 00:00:00 2001 From: Andreas Backx Date: Sun, 6 Aug 2017 17:15:09 +0200 Subject: [PATCH] Added wait to the Container class documentation. The container class documentation did not automatically document the `Container.wait` method. Signed-off-by: Andreas Backx --- docs/containers.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/containers.rst b/docs/containers.rst index 6c895c6b..7c41bfdd 100644 --- a/docs/containers.rst +++ b/docs/containers.rst @@ -53,3 +53,4 @@ Container objects .. automethod:: top .. automethod:: unpause .. automethod:: update + .. automethod:: wait