diff options
author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-22 09:33:31 +0300 |
---|---|---|
committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-08-22 09:33:31 +0300 |
commit | 64a3c52f663b09e10d028ba711132e7f69f450ae (patch) | |
tree | abd2c2c9cbd374f88399c62335dab64365229d8e /docs/library/sys.rst | |
parent | ab2c64cc7656c8e6da9389e51f9b88270dd5a998 (diff) | |
download | micropython-64a3c52f663b09e10d028ba711132e7f69f450ae.tar.gz micropython-64a3c52f663b09e10d028ba711132e7f69f450ae.zip |
docs: Consistently link to micropython-lib in glossary.
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r-- | docs/library/sys.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index 0bec35cc90..d49577306e 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -28,7 +28,7 @@ Functions this function takes just exception value instead of exception type, exception value, and traceback object; *file* argument should be positional; further arguments are not supported. CPython-compatible - ``traceback`` module can be found in micropython-lib. + ``traceback`` module can be found in `micropython-lib`. Constants --------- |