diff --git a/docs/readme.md b/docs/readme.md index 41860873..a6d7c1a5 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -41,12 +41,12 @@ Available Functions (use `help(jc.lib)` for details): built-in parsers and local plugin parsers. get_help(parser_module_name: str) - Convenience function to display the help screen for a parser using its - module name. + Convenience function to display the help screen for a parser using + its module name. parser_mod_list() - Get a list of all available parser module names to be used in parse() - and get_help(). + Get a list of all available parser module names to be used in + parse() and get_help(). plugin_parser_mod_list() Get a list of plugin parser module names. This list is a subset of diff --git a/jc/__init__.py b/jc/__init__.py index 4185507f..ca1e8aab 100644 --- a/jc/__init__.py +++ b/jc/__init__.py @@ -39,12 +39,12 @@ Available Functions (use `help(jc.lib)` for details): built-in parsers and local plugin parsers. get_help(parser_module_name: str) - Convenience function to display the help screen for a parser using its - module name. + Convenience function to display the help screen for a parser using + its module name. parser_mod_list() - Get a list of all available parser module names to be used in parse() - and get_help(). + Get a list of all available parser module names to be used in + parse() and get_help(). plugin_parser_mod_list() Get a list of plugin parser module names. This list is a subset of