1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00
This commit is contained in:
thatmattlove
2022-12-30 23:40:14 -05:00
parent 6fcf8ca837
commit a15fe52061

View File

@ -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.
"""