diff options
author | Johannes Gijsbers <jlg@dds.nl> | 2004-12-21 21:14:42 (GMT) |
---|---|---|
committer | Johannes Gijsbers <jlg@dds.nl> | 2004-12-21 21:14:42 (GMT) |
commit | f654c1c38394c7f94cfe4958f850181b2d8e08bb (patch) | |
tree | a8fc7c4671306c4dfb0aef40eed734e8b6de4074 | |
parent | 7caafe7018ddfdc68572f4d4ef3b09aab81b05a6 (diff) | |
download | cpython-f654c1c38394c7f94cfe4958f850181b2d8e08bb.zip cpython-f654c1c38394c7f94cfe4958f850181b2d8e08bb.tar.gz cpython-f654c1c38394c7f94cfe4958f850181b2d8e08bb.tar.bz2 |
Add accidentally removed \end{description} back in.
-rw-r--r-- | Doc/lib/libundoc.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 9f959c4..8e99393 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -70,6 +70,7 @@ by the \module{ossaudiodev} module. \item[\module{toaiff}] --- Convert "arbitrary" sound files to AIFF files; should probably become a tool or demo. Requires the external program \program{sox}. +\end{description} \section{Obsolete \label{obsolete-modules}} |