diff options
author | Damien George <damien.p.george@gmail.com> | 2014-10-31 22:21:37 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2014-10-31 22:21:37 +0000 |
commit | a58713a899b7df5b291e868d2553b2333c0b3dc9 (patch) | |
tree | ea35bd2780b5ead968a87a3f9c6c855adee62dc6 /docs/library/sys.rst | |
parent | c7da7838bab349ec703df0e99b14878a0c994f48 (diff) | |
download | micropython-a58713a899b7df5b291e868d2553b2333c0b3dc9.tar.gz micropython-a58713a899b7df5b291e868d2553b2333c0b3dc9.zip |
docs: Cleanup and update some docs.
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r-- | docs/library/sys.rst | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/library/sys.rst b/docs/library/sys.rst index b46be4d0de..8e05ac23f1 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -1,11 +1,9 @@ -:mod:`sys` --- system specific functions -======================================== +:mod:`sys` -- system specific functions +======================================= .. module:: sys :synopsis: system specific functions - - Functions --------- @@ -14,7 +12,6 @@ Functions Raise a ``SystemExit`` exception. If an argument is given, it is the value given to ``SystemExit``. - Constants --------- |