From f355333eeed3c4afba844dc7bed5224356552adc Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Wed, 19 Jan 2022 19:27:46 -0800 Subject: [PATCH] formatting --- docs/readme.md | 8 ++++---- jc/__init__.py | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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