From 0423bfd7dfd9477930820428005b76e90629a905 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Fri, 2 Aug 2024 14:45:06 +1200 Subject: [PATCH] Fix doc. --- scenario/context.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scenario/context.py b/scenario/context.py index 9c6a3d68..ff177a3f 100644 --- a/scenario/context.py +++ b/scenario/context.py @@ -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)