1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
This commit is contained in:
Kelly Brazil
2022-01-26 20:51:18 -08:00
parent ee98ab0a4a
commit ac0840cc0a
2 changed files with 4 additions and 4 deletions

View File

@ -57,8 +57,8 @@ modules directly:
Use `help(jc.lib)` for details:
parse(parser_module_name: str, data: str | iterable)
-> dict | list[dict] | Interable[dict]
parse(parser_module_name: str, data: str | Iterable)
-> dict | list[dict] | Iterable[dict]
High-level API to easily access the parser. This API will find both
built-in parsers and local plugin parsers.