forked from mirrors/thatmattlove-hyperglass
fix typo
This commit is contained in:
parent
6fcf8ca837
commit
a15fe52061
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ class HyperglassModel(BaseModel):
|
||||||
def alias_generator(cls: "HyperglassModel", field: str) -> str:
|
def alias_generator(cls: "HyperglassModel", field: str) -> str:
|
||||||
"""Remove unsupported characters from field names.
|
"""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.
|
characters that are unsupported in Python class variable names.
|
||||||
Also removes leading numbers underscores.
|
Also removes leading numbers underscores.
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue