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>
This commit is contained in:
Andreas Backx 2017-08-06 17:15:09 +02:00 committed by Joffrey F
parent f7e7a8564e
commit 48377d52e9
1 changed files with 1 additions and 0 deletions

View File

@ -53,3 +53,4 @@ Container objects
.. automethod:: top
.. automethod:: unpause
.. automethod:: update
.. automethod:: wait