docker-py
docker-py copied to clipboard
Fix return type in `Container.top()` docstring
This is a small fix to reflect the real return type in Container.top() and ContainerApiMixin.top() methods.
Fixes #2958