1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-10-08 23:22:21 +02:00

pydoc formatting fixes

This commit is contained in:
Kelly Brazil
2022-03-05 12:15:14 -08:00
parent 128c3c170a
commit 29c263f878
93 changed files with 115 additions and 115 deletions

View File

@@ -152,7 +152,7 @@ Examples:
<a id="jc.parsers.nmcli.parse"></a>
#### parse
### parse
```python
def parse(data: str, raw: bool = False, quiet: bool = False) -> List[Dict]