1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-17 01:32:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-09-21 12:36:36 -07:00
parent d19ea5552b
commit 55322c37f5

View File

@ -80,8 +80,8 @@ def parse(data, raw=False, quiet=False):
Parameters: Parameters:
data: (iterable) line-based text data to parse (e.g. str.splitlines()) data: (iterable) line-based text data to parse (e.g. str.splitlines())
raw: (boolean) output preprocessed JSON if True raw: (boolean) output preprocessed JSON if True
quiet: (boolean) suppress warning messages and ignore parsing exceptions if True quiet: (boolean) suppress warning messages and ignore parsing exceptions if True
Yields: Yields: