Changed g to grams in API docs for clarity
This commit is contained in:
@@ -35,7 +35,7 @@ class VendorParameters(BaseModel):
|
||||
)
|
||||
empty_spool_weight: Optional[float] = Field(
|
||||
ge=0,
|
||||
description="The weight of an empty spool, in g.",
|
||||
description="The weight of an empty spool, in grams.",
|
||||
example=200,
|
||||
)
|
||||
extra: Optional[dict[str, str]] = Field(
|
||||
|
||||
Reference in New Issue
Block a user