Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
carlcsaposs-canonical committed Jul 5, 2023
1 parent 3bcbfd6 commit 3a73e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/jujuversion.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@ def has_secrets(self) -> bool:

@property
def has_open_port_k8s(self) -> bool:
"""Report whether this Juju version supports open-port on Kubernetes"""
"""Report whether this Juju version supports open-port on Kubernetes."""
# Support added: https://bugs.launchpad.net/juju/+bug/1920960
return (self.major, self.minor, self.patch) >= (3, 0, 3)

0 comments on commit 3a73e2c

Please sign in to comment.