diff options
Diffstat (limited to 'docs/library')
-rw-r--r-- | docs/library/sys.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index 1186af613..3efdce964 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -70,6 +70,7 @@ Constants * *name* - string "micropython" * *version* - tuple (major, minor, micro), e.g. (1, 7, 0) + * *_machine* - string describing the underlying machine * *_mpy* - supported mpy file-format version (optional attribute) This object is the recommended way to distinguish MicroPython from other |