Skip to content

Commit

Permalink
#104: Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
priscavdsluis committed Sep 8, 2022
1 parent 4fcc59c commit 48992e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrolib/core/io/ini/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class SerializerConfig(BaseModel):
comment_delimiter (str):
The character used to delimit comments. Defaults to '#'.
skip_empty_properties (bool):
Whether or not to skip properties with a value that is empty or None. Defaults to False.
Whether or not to skip properties with a value that is empty or None. Defaults to True.
"""

section_indent: int = 0
Expand Down

0 comments on commit 48992e9

Please sign in to comment.