mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-06-17 00:07:37 +02:00
formatting
This commit is contained in:
@ -276,7 +276,7 @@ Streaming parsers accept any iterable object and return a generator iterator obj
|
||||
|
||||
To use the generator object in your code, simply loop through it:
|
||||
|
||||
```
|
||||
```python
|
||||
import jc.parsers.ls_s
|
||||
|
||||
result = jc.parsers.ls_s.parse(ls_command_output.splitlines())
|
||||
|
@ -199,7 +199,7 @@ Streaming parsers accept any iterable object and return a generator iterator obj
|
||||
|
||||
To use the generator object in your code, simply loop through it:
|
||||
|
||||
```
|
||||
```python
|
||||
import jc.parsers.ls_s
|
||||
|
||||
result = jc.parsers.ls_s.parse(ls_command_output.splitlines())
|
||||
|
Reference in New Issue
Block a user