summaryrefslogtreecommitdiffstatshomepage
path: root/docs/library/sys.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/library/sys.rst')
-rw-r--r--docs/library/sys.rst7
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
---------