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:
Erik Johnson 2017-10-26 10:29:21 -05:00 committed by Joffrey F
parent 53582a9cf5
commit bb437e921e
1 changed files with 1 additions and 1 deletions

View File

@ -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,