1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-19 00:17:51 +02:00

change raw output wording

This commit is contained in:
Kelly Brazil
2022-01-21 07:42:03 -08:00
parent e2ed358de1
commit a13dde12af
173 changed files with 173 additions and 173 deletions

View File

@ -110,7 +110,7 @@ def parse(data, raw=False, quiet=False, ignore_exceptions=False):
data: (iterable) line-based text data to parse
(e.g. sys.stdin or str.splitlines())
raw: (boolean) output preprocessed JSON if True
raw: (boolean) unprocessed output if True
quiet: (boolean) suppress warning messages if True
ignore_exceptions: (boolean) ignore parsing exceptions if True