From cb4574be9e26c50f74e0c39cf6e574a74e54b1cb Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Wed, 20 Sep 2023 14:56:31 +1200 Subject: [PATCH] Remove trailing whitespace. --- ops/charm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/charm.py b/ops/charm.py index 7f3c307bb..03973f563 100755 --- a/ops/charm.py +++ b/ops/charm.py @@ -729,7 +729,7 @@ class SecretChangedEvent(SecretEvent): a new secret revision, and all applications or units that are tracking this secret will be notified via this event that a new revision is available. - Typically, fetch the new content by calling + Typically, fetch the new content by calling :meth:`event.secret.get_content() ` with ``refresh=True`` to tell Juju to start tracking the new revision. """