mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix typo
This commit is contained in:
@ -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.
|
||||
"""
|
||||
|
Reference in New Issue
Block a user