From 66d57333981f1f8a0f46c6c90a71c1ad020b0ac1 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 18 Jan 2017 15:38:53 -0800 Subject: Fix a number of docs formatting issues Signed-off-by: Joffrey F --- docker/api/swarm.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docker/api/swarm.py') diff --git a/docker/api/swarm.py b/docker/api/swarm.py index 3ada538..8877056 100644 --- a/docker/api/swarm.py +++ b/docker/api/swarm.py @@ -143,8 +143,8 @@ class SwarmApiMixin(object): Make this Engine join a swarm that has already been created. Args: - remote_addrs (list): Addresses of one or more manager nodes already - participating in the Swarm to join. + remote_addrs (:py:class:`list`): Addresses of one or more manager + nodes already participating in the Swarm to join. join_token (string): Secret token for joining this Swarm. listen_addr (string): Listen address used for inter-manager communication if the node gets promoted to manager, as well as -- cgit v1.2.1