commit | 4ccf336e562829fbc7649b2fc000525ddf8e82b4 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed May 26 13:57:54 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed May 26 13:57:54 2004 +0000 |
tree | b0ecb7988cc99f29e188ddc807d9465d16ce1940 | |
parent | 846865bba63d65e3f25331bc8349233b6961f538 [diff] [blame] |
Fill-in the introductory paragraph for the library tour.
diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 86ba0c3..79ae365 100644 --- a/Doc/tut/tut.tex +++ b/Doc/tut/tut.tex
@@ -4765,6 +4765,9 @@ \chapter{Brief Tour of the Standard Library -- Part II\label{briefTourTwo}} +This second tour covers more advanced modules that support professional +programming needs. These modules rarely occur in small scripts. + \section{Output Formatting\label{output-formatting}}