diff options
author | Raymond Hettinger <python@rcn.com> | 2004-05-26 13:57:54 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-05-26 13:57:54 (GMT) |
commit | 4ccf336e562829fbc7649b2fc000525ddf8e82b4 (patch) | |
tree | b0ecb7988cc99f29e188ddc807d9465d16ce1940 /Doc/tut | |
parent | 846865bba63d65e3f25331bc8349233b6961f538 (diff) | |
download | cpython-4ccf336e562829fbc7649b2fc000525ddf8e82b4.zip cpython-4ccf336e562829fbc7649b2fc000525ddf8e82b4.tar.gz cpython-4ccf336e562829fbc7649b2fc000525ddf8e82b4.tar.bz2 |
Fill-in the introductory paragraph for the library tour.
Diffstat (limited to 'Doc/tut')
-rw-r--r-- | Doc/tut/tut.tex | 3 |
1 files changed, 3 insertions, 0 deletions
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 @@ data interchange between python applications and other tools. \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}} |