1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-08-08 22:36:48 +02:00

doc update

This commit is contained in:
Kelly Brazil
2019-11-12 07:08:35 -08:00
parent b15386e849
commit f0b1ab4233
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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