Skip to content

Commit d034e28

Browse files
authored
Fix: change Person doc string
1 parent 5be02aa commit d034e28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ class FeatureLabels(str, Enum):
4141

4242

4343
class Person(BaseModel):
44-
''' Delivers the type hints for feature attributes '''
44+
''' Delivers the column label handling for feature attributes '''
4545
age: int = Field(..., example=45)
4646
capital_gain: int = Field(..., example=2174)
4747
capital_loss: int = Field(..., example=0)

0 commit comments

Comments
 (0)