1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

formatting

This commit is contained in:
Kelly Brazil
2021-09-23 08:57:14 -07:00
parent 92363be2dd
commit df9835a3e6
2 changed files with 2 additions and 2 deletions

View File

@ -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: To use the generator object in your code, simply loop through it:
``` ```python
import jc.parsers.ls_s import jc.parsers.ls_s
result = jc.parsers.ls_s.parse(ls_command_output.splitlines()) result = jc.parsers.ls_s.parse(ls_command_output.splitlines())

View File

@ -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: To use the generator object in your code, simply loop through it:
``` ```python
import jc.parsers.ls_s import jc.parsers.ls_s
result = jc.parsers.ls_s.parse(ls_command_output.splitlines()) result = jc.parsers.ls_s.parse(ls_command_output.splitlines())