From 093c1703d76b4f7a6a469786697317dfb4e5579a Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 16 Jun 2022 18:00:40 -0700 Subject: [PATCH] formatting --- docs/utils.md | 3 ++- jc/utils.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/utils.md b/docs/utils.md index bd8dc212..a73d980f 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -80,7 +80,8 @@ def compatibility(mod_name: str, ``` Checks for the parser's compatibility with the running OS platform and -prints a warning message to `STDERR` if not compatible and quiet=False. +prints a warning message to `STDERR` if not compatible and +`quiet=False.` Parameters: diff --git a/jc/utils.py b/jc/utils.py index 401c527e..70791767 100644 --- a/jc/utils.py +++ b/jc/utils.py @@ -114,7 +114,8 @@ def is_compatible(compatible: List) -> bool: def compatibility(mod_name: str, compatible: List, quiet: bool = False) -> None: """ Checks for the parser's compatibility with the running OS platform and - prints a warning message to `STDERR` if not compatible and quiet=False. + prints a warning message to `STDERR` if not compatible and + `quiet=False.` Parameters: