diff --git a/docs/readme.md b/docs/readme.md index 8b7b4606..41860873 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -34,9 +34,7 @@ modules directly: >>> data [{'id': 64612, 'opcode': 'QUERY', 'status': 'NOERROR', ...}] -Available Functions: - -* Use `help(jc.lib)` for details +Available Functions (use `help(jc.lib)` for details): parse(parser_module_name: str, data: str | iterable) High-level API to easily access the parser. This API will find both diff --git a/jc/__init__.py b/jc/__init__.py index bbe03250..4185507f 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -32,9 +32,7 @@ modules directly: >>> data [{'id': 64612, 'opcode': 'QUERY', 'status': 'NOERROR', ...}] -Available Functions: - -* Use `help(jc.lib)` for details +Available Functions (use `help(jc.lib)` for details): parse(parser_module_name: str, data: str | iterable) High-level API to easily access the parser. This API will find both