diff --git a/ops/model.py b/ops/model.py index f2959496f..2b4343d65 100644 --- a/ops/model.py +++ b/ops/model.py @@ -600,7 +600,7 @@ def open_port(self, protocol: typing.Literal['tcp', 'udp', 'icmp'], Some behaviour, such as whether the port is opened externally without using "juju expose" and whether the opened ports are per-unit, differs between Kubernetes and machine charms. See the - `Juju documentation `_ + `Juju documentation `__ for more detail. Args: @@ -619,7 +619,7 @@ def close_port(self, protocol: typing.Literal['tcp', 'udp', 'icmp'], Some behaviour, such as whether the port is closed externally without using "juju unexpose", differs between Kubernetes and machine charms. See the - `Juju documentation `_ + `Juju documentation `__ for more detail. Args: