fix some broken URLs

This commit is contained in:
Sandro Tosi 2011-12-31 18:46:50 +01:00
parent d08effe287
commit 1abde3628b
4 changed files with 10 additions and 13 deletions

View file

@ -6,9 +6,6 @@
.. 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