From a15fe52061b0761c14671738ba4012449e8be2c7 Mon Sep 17 00:00:00 2001 From: thatmattlove Date: Fri, 30 Dec 2022 23:40:14 -0500 Subject: [PATCH] fix typo --- hyperglass/models/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyperglass/models/main.py b/hyperglass/models/main.py index cf0ebea..44a3066 100644 --- a/hyperglass/models/main.py +++ b/hyperglass/models/main.py @@ -36,7 +36,7 @@ class HyperglassModel(BaseModel): def alias_generator(cls: "HyperglassModel", field: str) -> str: """Remove unsupported characters from field names. - Converts any "desirable" seperators to underscore, then removes all + Converts any "desirable" separators to underscore, then removes all characters that are unsupported in Python class variable names. Also removes leading numbers underscores. """