mirror of
https://github.com/kellyjonbrazil/jc.git
synced 2025-07-13 01:20:24 +02:00
add quotes
This commit is contained in:
@ -9,9 +9,9 @@ and file-types to dictionaries and lists of dictionaries.
|
|||||||
|
|
||||||
## Interactive Documentation
|
## Interactive Documentation
|
||||||
|
|
||||||
>>> help(jc)
|
>>> help('jc')
|
||||||
>>> help(jc.lib)
|
>>> help('jc.lib')
|
||||||
>>> help(jc.utils)
|
>>> help('jc.utils')
|
||||||
>>> jc.get_help('parser_module_name')
|
>>> jc.get_help('parser_module_name')
|
||||||
|
|
||||||
## Online Documentation
|
## Online Documentation
|
||||||
|
@ -7,9 +7,9 @@ and file-types to dictionaries and lists of dictionaries.
|
|||||||
|
|
||||||
## Interactive Documentation
|
## Interactive Documentation
|
||||||
|
|
||||||
>>> help(jc)
|
>>> help('jc')
|
||||||
>>> help(jc.lib)
|
>>> help('jc.lib')
|
||||||
>>> help(jc.utils)
|
>>> help('jc.utils')
|
||||||
>>> jc.get_help('parser_module_name')
|
>>> jc.get_help('parser_module_name')
|
||||||
|
|
||||||
## Online Documentation
|
## Online Documentation
|
||||||
|
Reference in New Issue
Block a user