From a19f4f83e1dcff4c95356fe4248f5a0eb2fcf533 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Thu, 21 Sep 2023 13:40:29 +1200 Subject: [PATCH] Update ops/model.py Co-authored-by: Ben Hoyt --- ops/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `_