From a58713a899b7df5b291e868d2553b2333c0b3dc9 Mon Sep 17 00:00:00 2001 From: Damien George Date: Fri, 31 Oct 2014 22:21:37 +0000 Subject: docs: Cleanup and update some docs. --- docs/library/sys.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'docs/library/sys.rst') diff --git a/docs/library/sys.rst b/docs/library/sys.rst index b46be4d0d..8e05ac23f 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 --------- -- cgit v1.2.3