From bb437e921ee926350df132b7d5cf55bcbda0cbea Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Thu, 26 Oct 2017 10:29:21 -0500 Subject: [PATCH] Fix indentation in docstring The incorrect indentation causes improper formatting when the docs are published. Signed-off-by: Erik Johnson --- docker/api/network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/api/network.py b/docker/api/network.py index befbb583..071a12a6 100644 --- a/docker/api/network.py +++ b/docker/api/network.py @@ -223,7 +223,7 @@ class NetworkApiMixin(object): ipv6_address (str): The IP address of this container on the network, using the IPv6 protocol. Defaults to ``None``. link_local_ips (:py:class:`list`): A list of link-local - (IPv4/IPv6) addresses. + (IPv4/IPv6) addresses. """ data = { "Container": container,