File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -537,7 +537,7 @@ def begin_with_initial_hooks(self) -> None:
537
537
# Note: Juju *does* fire relation events for a given relation in the sorted order of
538
538
# the unit names. It also always fires relation-changed immediately after
539
539
# relation-joined for the same unit.
540
- # Juju only fires relation-changed (app) if there is data for the integrated application
540
+ # Juju only fires relation-changed (app) if there is data for the integrated app
541
541
relation = self ._model .get_relation (rel_name , rel_id )
542
542
if self ._backend ._relation_data_raw [rel_id ].get (app_name ):
543
543
app = self ._model .get_app (app_name )
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ class RelationCreatedEvent(RelationEvent):
563
563
class RelationJoinedEvent (RelationEvent ):
564
564
"""Event triggered when a new unit joins a relation.
565
565
566
- This event is triggered whenever a new unit of an integrated
566
+ This event is triggered whenever a new unit of an integrated
567
567
application joins the relation. The event fires only when that
568
568
remote unit is first observed by the unit. Callback methods bound
569
569
to this event may set any local unit data that can be
You can’t perform that action at this time.
0 commit comments