summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Backx <AndreasBackx@users.noreply.github.com>2017-08-06 17:15:09 +0200
committerJoffrey F <f.joffrey@gmail.com>2017-08-07 11:49:51 -0700
commit1a923c561ff0d31347e7b48b7c728e6cbe427317 (patch)
tree46f7bd69431b20884b53c5ac0d11bbe4fad978fc
parent8a6b168467998e47a5364974a4876aaa2a3e9741 (diff)
downloaddocker-py-1a923c561ff0d31347e7b48b7c728e6cbe427317.tar.gz
Added wait to the Container class documentation.
The container class documentation did not automatically document the `Container.wait` method. Signed-off-by: Andreas Backx <andreas@backx.org>
-rw-r--r--docs/containers.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/containers.rst b/docs/containers.rst
index 6c895c6..7c41bfd 100644
--- a/docs/containers.rst
+++ b/docs/containers.rst
@@ -53,3 +53,4 @@ Container objects
.. automethod:: top
.. automethod:: unpause
.. automethod:: update
+ .. automethod:: wait