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