diff --git a/ops/model.py b/ops/model.py index 45ee55fef..26f12e6b6 100644 --- a/ops/model.py +++ b/ops/model.py @@ -616,7 +616,7 @@ def close_port(self, protocol: typing.Literal['tcp', 'udp', 'icmp'], port: Optional[int] = None): """Close a port with the given protocol for this unit. - Some behaviour, such as whether the post is closed externally without + Some behaviour, such as whether the port is closed externally without using "juju unexpose", differs between Kubernetes and machine charms. See the `Juju documentation `_