mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-08-08 22:36:48 +02:00
doc update
This commit is contained in:
@ -63,7 +63,7 @@ Examples:
|
|||||||
def parse(data: Iterable[str],
|
def parse(data: Iterable[str],
|
||||||
raw: bool = False,
|
raw: bool = False,
|
||||||
quiet: bool = False,
|
quiet: bool = False,
|
||||||
ignore_exceptions: bool = False) -> Union[Iterable[Dict], NoReturn]
|
ignore_exceptions: bool = False) -> Union[Iterable[Dict], tuple]
|
||||||
```
|
```
|
||||||
|
|
||||||
Main text parsing generator function. Returns an iterator object.
|
Main text parsing generator function. Returns an iterator object.
|
||||||
|
@ -102,7 +102,7 @@ Examples:
|
|||||||
def parse(data: Iterable[str],
|
def parse(data: Iterable[str],
|
||||||
raw: bool = False,
|
raw: bool = False,
|
||||||
quiet: bool = False,
|
quiet: bool = False,
|
||||||
ignore_exceptions: bool = False) -> Union[Iterable[Dict], NoReturn]
|
ignore_exceptions: bool = False) -> Union[Iterable[Dict], tuple]
|
||||||
```
|
```
|
||||||
|
|
||||||
Main text parsing generator function. Returns an iterator object.
|
Main text parsing generator function. Returns an iterator object.
|
||||||
|
Reference in New Issue
Block a user