Skip to content

Commit f4e54ed

Browse files
jreakinCopilot
andauthored
Update src/toon_format/decoder.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 089fa56 commit f4e54ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/toon_format/decoder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ def decode(input_str: str, options: Optional[DecodeOptions] = None) -> Union[Jso
254254
255255
Raises:
256256
ToonDecodeError: If input is malformed or violates strict-mode rules
257+
ValueError: If json_indent is negative
257258
258259
Example:
259260
>>> toon = "name: Alice\\nage: 30"

0 commit comments

Comments
 (0)