mirror of https://github.com/docker/docker-py.git
Fix indentation in docstring
The incorrect indentation causes improper formatting when the docs are published. Signed-off-by: Erik Johnson <palehose@gmail.com>
This commit is contained in:
parent
53582a9cf5
commit
bb437e921e
|
|
@ -223,7 +223,7 @@ class NetworkApiMixin(object):
|
||||||
ipv6_address (str): The IP address of this container on the
|
ipv6_address (str): The IP address of this container on the
|
||||||
network, using the IPv6 protocol. Defaults to ``None``.
|
network, using the IPv6 protocol. Defaults to ``None``.
|
||||||
link_local_ips (:py:class:`list`): A list of link-local
|
link_local_ips (:py:class:`list`): A list of link-local
|
||||||
(IPv4/IPv6) addresses.
|
(IPv4/IPv6) addresses.
|
||||||
"""
|
"""
|
||||||
data = {
|
data = {
|
||||||
"Container": container,
|
"Container": container,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue