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

iterator -> iterable in doc

This commit is contained in:
Kelly Brazil
2022-04-12 14:20:58 -07:00
parent 291ab79e22
commit 3c3ad9fc6a

View File

@ -206,7 +206,7 @@ def parse(
variants of the module name.
data: (string or data to parse (string for normal
iterator) parsers, iterator of strings for
iterable) parsers, iterable of strings for
streaming parsers)
raw: (boolean) output preprocessed JSON if True