From: Raymond Hettinger Date: Wed, 26 May 2004 13:57:54 +0000 (+0000) Subject: Fill-in the introductory paragraph for the library tour. X-Git-Tag: v2.4a1~342 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ccf336e562829fbc7649b2fc000525ddf8e82b4;p=python Fill-in the introductory paragraph for the library tour. --- diff --git a/Doc/tut/tut.tex b/Doc/tut/tut.tex index 86ba0c3e43..79ae3655c3 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}}