mirror of
https://github.com/thatmattlove/hyperglass.git
synced 2026-01-17 00:38:06 +00:00
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:
|
||||
"""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.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue