module sections. Properly mark the name of the module in the content
of the reference there.
\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
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}