Skip to content

Commit

Permalink
Fix doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Aug 2, 2024
1 parent 9d64a7d commit 0423bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenario/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,7 +586,7 @@ def __call__(self, event: "_Event", state: "State"):
assert event.charm._some_private_attribute == "bar" # noqa
Args:
event: the :class:`Event` or :class:`Action` that the charm will respond to.
event: the :class:`Event` that the charm will respond to.
state: the :class:`State` instance to use when handling the Event.
"""
return Manager(self, event, state)
Expand Down

0 comments on commit 0423bfd

Please sign in to comment.