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

remove direct parser module example from doc

This commit is contained in:
Kelly Brazil
2022-03-10 15:18:27 -08:00
parent b784db404d
commit 6986c74f6d
169 changed files with 34 additions and 837 deletions

View File

@ -13,11 +13,6 @@ Usage (module):
import jc
result = jc.parse('crontab_u', crontab_u_output)
or
import jc.parsers.crontab_u
result = jc.parsers.crontab_u.parse(crontab_u_output)
Schema:
{