summaryrefslogtreecommitdiff
path: root/Doc/library/atexit.rst
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2011-08-19 00:49:18 +0200
committerÉric Araujo <merwok@netwok.org>2011-08-19 00:49:18 +0200
commit19f9b71ffea430bbab6fe993873bb2febd6f7af6 (patch)
tree8611ba4d7df76ddff9b95e40815a24900ba6aad2 /Doc/library/atexit.rst
parentd001ffe7455605219ae47867beb2b8eb643e4493 (diff)
downloadcpython-git-19f9b71ffea430bbab6fe993873bb2febd6f7af6.tar.gz
Add a few missing source links from 2.7 and harmonize lib docs headers
Diffstat (limited to 'Doc/library/atexit.rst')
-rw-r--r--Doc/library/atexit.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/atexit.rst b/Doc/library/atexit.rst
index 5b87b94ca1..f2dccc2c91 100644
--- a/Doc/library/atexit.rst
+++ b/Doc/library/atexit.rst
@@ -6,6 +6,9 @@
.. moduleauthor:: Skip Montanaro <skip@pobox.com>
.. sectionauthor:: Skip Montanaro <skip@pobox.com>
+**Source code:** :source:`Lib/atexit.py`
+
+--------------
The :mod:`atexit` module defines functions to register and unregister cleanup
functions. Functions thus registered are automatically executed upon normal