summaryrefslogtreecommitdiff
path: root/docs/containers.rst
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-17 13:38:40 -0700
commit48377d52e9fe1f76add3c91fe3d4ede1898be37a (patch)
tree203d9fa704bc10cc2e4cfb6990b1cc330327508c /docs/containers.rst
parentf7e7a8564e6d40fe6b4dfc739db460c56245c63b (diff)
downloaddocker-py-48377d52e9fe1f76add3c91fe3d4ede1898be37a.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>
Diffstat (limited to 'docs/containers.rst')
-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