1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-24 20:56:11 +02:00
This commit is contained in:
Kelly Brazil
2022-07-07 09:23:02 -07:00
parent 89c36e4996
commit 8b1c4f923e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -379,7 +379,7 @@ Main text parsing function
Parameters:
data: (string) text data to parse
data: (string or bytes) text or binary data to parse
raw: (boolean) unprocessed output if True
quiet: (boolean) suppress warning messages if True
+1 -1
View File
@@ -483,7 +483,7 @@ def parse(
Parameters:
data: (string) text data to parse
data: (string or bytes) text or binary data to parse
raw: (boolean) unprocessed output if True
quiet: (boolean) suppress warning messages if True