From: Fred Drake Date: Sat, 9 Sep 2000 03:25:11 +0000 (+0000) Subject: Move the "See also" section to a location more consistent with other X-Git-Tag: v2.0b2~403 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c4efad7707a82ad7edc346b467ecfc84913bee3;p=thirdparty%2FPython%2Fcpython.git Move the "See also" section to a location more consistent with other module sections. Properly mark the name of the module in the content of the reference there. --- diff --git a/Doc/lib/libatexit.tex b/Doc/lib/libatexit.tex index a30c17543339..6a72cb3a2c30 100644 --- a/Doc/lib/libatexit.tex +++ b/Doc/lib/libatexit.tex @@ -42,6 +42,12 @@ later. \end{funcdesc} +\begin{seealso} + \seemodule{readline}{Useful example of \module{atexit} to read and + write \refmodule{readline} history files.} +\end{seealso} + + \subsection{\module{atexit} Example \label{atexit-example}} The following simple example demonstrates how a module can initialize @@ -66,9 +72,3 @@ def savecounter(): import atexit atexit.register(savecounter) \end{verbatim} - - -\begin{seealso} - \seemodule{readline}{Useful example of atexit to read and write - \refmodule{readline} history files.} -\end{seealso}