diff --git a/docs/readme.md b/docs/readme.md index e7e04964..b1edfea0 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -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 diff --git a/jc/__init__.py b/jc/__init__.py index d93c3a5f..147b1548 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -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