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 8a6b168467
commit 1a923c561f
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