Skip to content

Commit

Permalink
correct docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
MAfarrag committed Jan 16, 2025
1 parent 39577ef commit 6707046
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hydrolib/core/dflowfm/bc/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,10 +871,10 @@ class ForcingModel(INIModel):
Args:
general (ForcingGeneral, optional):
Metadata for the file. Defaults to an instance of `ForcingGeneral`.
forcing (List[ForcingBase], optional):
A list of forcing definitions. Defaults to an empty list.
forcing (List[ForcingBase], optional, Defaults is []):
A list of forcing definitions.
serializer_config (DataBlockINIBasedSerializerConfig, optional):
Serialization settings. Defaults to a predefined configuration.
Serialization settings. Default to a predefined configuration.
Returns:
None
Expand Down

0 comments on commit 6707046

Please sign in to comment.