Kaydet (Commit) 1c4efad7 authored tarafından Fred Drake's avatar Fred Drake

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.
üst 621d2bee
......@@ -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}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment