Skip to content

Commit 10ea65f

Browse files
terminalmageshin-
authored andcommitted
Fix indentation in docstring
The incorrect indentation causes improper formatting when the docs are published. Signed-off-by: Erik Johnson <[email protected]>
1 parent 378bd76 commit 10ea65f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/api/network.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def connect_container_to_network(self, container, net_id,
223223
ipv6_address (str): The IP address of this container on the
224224
network, using the IPv6 protocol. Defaults to ``None``.
225225
link_local_ips (:py:class:`list`): A list of link-local
226-
(IPv4/IPv6) addresses.
226+
(IPv4/IPv6) addresses.
227227
"""
228228
data = {
229229
"Container": container,

0 commit comments

Comments
 (0)