From 53070ef4f9c25159226d5aca2eb1c3405125452e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 17 Dec 2024 22:54:37 +0000 Subject: [PATCH] fix typo --- src/c3nav/routing/router.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/c3nav/routing/router.py b/src/c3nav/routing/router.py index 2bcc5e33..327d6500 100644 --- a/src/c3nav/routing/router.py +++ b/src/c3nav/routing/router.py @@ -49,7 +49,7 @@ class Router: groups: dict[int, "RouterGroup"] restrictions: dict[int, "RouterRestriction"] nodes: deque["RouterNode"] - edghes: dict[EdgeIndex, "RouterEdge"] + edges: dict[EdgeIndex, "RouterEdge"] waytypes: dict[int, "RouterWayType"] graph: np.ndarray