1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-07-13 01:20:24 +02:00

add quotes

This commit is contained in:
Kelly Brazil
2022-01-21 16:58:45 -08:00
parent ab63809fde
commit 2d65bc57d5
2 changed files with 6 additions and 6 deletions

View File

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

View File

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