From f0b1ab42337746afd37365abdf44729d530d5410 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 12 Nov 2019 07:08:35 -0800 Subject: [PATCH] doc update --- docs/utils.md | 1 + jc/utils.py | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/utils.md b/docs/utils.md index 6c311cb9..b3fe7677 100644 --- a/docs/utils.md +++ b/docs/utils.md @@ -19,6 +19,7 @@ Checks for the parser's compatibility with the running OS platform. Arguments: mod_name (string) __name__ of the calling module + compatible (list) sys.platform name(s) compatible with the parser compatible options: linux, darwin, cygwin, win32, aix, freebsd diff --git a/jc/utils.py b/jc/utils.py index c7ba0550..87c3309a 100644 --- a/jc/utils.py +++ b/jc/utils.py @@ -27,6 +27,7 @@ def compatibility(mod_name, compatible): Arguments: mod_name (string) __name__ of the calling module + compatible (list) sys.platform name(s) compatible with the parser compatible options: linux, darwin, cygwin, win32, aix, freebsd