Skip to content

Commit

Permalink
Lowercase size
Browse files Browse the repository at this point in the history
  • Loading branch information
mferrera committed Sep 23, 2024
1 parent c90db57 commit 1f5ecf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fmu/dataio/_model/specification.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class TableSpecification(BaseModel):
"""The number of rows in a table.."""

size: int = Field(examples=[1, 9999])
"""The total Size of the table, i.e. `rows x cols`."""
"""The total size of the table, i.e. `rows x cols`."""


class CPGridSpecification(RowColumnLayer):
Expand Down

0 comments on commit 1f5ecf2

Please sign in to comment.