1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00
This commit is contained in:
Kelly Brazil
2022-01-21 15:29:46 -08:00
parent 8e6a31d3da
commit d14a86a9b5
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ to dictionaries and lists of dictionaries.
>>> help(jc)
>>> help(jc.lib)
>>> help(jc.util)
>>> help(jc.utils)
>>> jc.get_help('parser_module_name')
## Online Documentation

View File

@ -9,7 +9,7 @@ to dictionaries and lists of dictionaries.
>>> help(jc)
>>> help(jc.lib)
>>> help(jc.util)
>>> help(jc.utils)
>>> jc.get_help('parser_module_name')
## Online Documentation