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: