From df5493dd2a9a884660ee2a491377237071493c76 Mon Sep 17 00:00:00 2001 From: Kian-Meng Ang Date: Fri, 25 Nov 2022 12:30:21 +0800 Subject: Fix typos Found via `codespell -S ./static -L keypair`--- stator/graph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stator') diff --git a/stator/graph.py b/stator/graph.py index ef81d75..436638b 100644 --- a/stator/graph.py +++ b/stator/graph.py @@ -14,7 +14,7 @@ class StateGraph: automatic_states: ClassVar[Set["State"]] def __init_subclass__(cls) -> None: - # Collect state memebers + # Collect state members cls.states = {} for name, value in cls.__dict__.items(): if name in ["__module__", "__doc__", "states"]: -- cgit v1.2.3