Skip to content

Commit

Permalink
Minor docstring tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
benhoyt committed Apr 9, 2024
1 parent 881716d commit 8752a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ops/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,7 @@ class PebbleChangeUpdatedEvent(PebbleNoticeEvent):
"""Event triggered when a Pebble notice of type "change-update" is created or repeats."""

def get_change(self) -> pebble.Change:
"""Get the :class:`pebble.Change` associated with this event."""
"""Get the Pebble change associated with this event."""
change_id = pebble.ChangeID(self.notice.key)
return self.workload.pebble.get_change(change_id)

Expand Down

0 comments on commit 8752a73

Please sign in to comment.