diff --git a/docs/readme.md b/docs/readme.md index f50c1f76..077adde9 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -74,9 +74,10 @@ Use `help(jc.lib)` for details: parser_mod_list() -> list Get a list of all available parser module names to be used in - parse() and get_help(). + parse(), parser_info(), and get_help(). plugin_parser_mod_list() -> list - Get a list of plugin parser module names. This list is a subset of + Get a list of plugin parser module names to be used in + parse(), parser_info(), and get_help(). This list is a subset of parser_mod_list(). diff --git a/jc/__init__.py b/jc/__init__.py index eacbb135..0fe24e2e 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -70,10 +70,11 @@ Use `help(jc.lib)` for details: parser_mod_list() -> list Get a list of all available parser module names to be used in - parse() and get_help(). + parse(), parser_info(), and get_help(). plugin_parser_mod_list() -> list - Get a list of plugin parser module names. This list is a subset of + Get a list of plugin parser module names to be used in + parse(), parser_info(), and get_help(). This list is a subset of parser_mod_list(). """ from .lib import (__version__, parse, parser_mod_list, plugin_parser_mod_list,