diff options
author | Fred Drake <fdrake@acm.org> | 1999-02-24 19:57:14 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-02-24 19:57:14 (GMT) |
commit | 16e81f448409e244525bf8d06356e74acb6d41d3 (patch) | |
tree | 9710e5cf25c3518e423e31db3825e3fd25e6e8a2 /Doc/lib/libundoc.tex | |
parent | e1c717bd9bbfc3e3ee1641cfe0c79731608c4900 (diff) | |
download | cpython-16e81f448409e244525bf8d06356e74acb6d41d3.zip cpython-16e81f448409e244525bf8d06356e74acb6d41d3.tar.gz cpython-16e81f448409e244525bf8d06356e74acb6d41d3.tar.bz2 |
Update some of the top comments and shorten title of the first
section.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 361b9ef..b3eafa1 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -3,11 +3,14 @@ Here's a quick listing of modules that are currently undocumented, but that should be documented. Feel free to contribute documentation for -them! (The idea and most contents for this chapter were taken from a -posting by Fredrik Lundh; I have revised some modules' status.) +them! (The idea and original contents for this chapter were taken +from a posting by Fredrik Lundh; I have revised some modules' status.) -\section{Frameworks; somewhat harder to document, but well worth the effort} +\section{Frameworks} + +Frameworks tend to be harder to document, but are well worth the +effort spent. \begin{description} \item[Tkinter.py] |