]> granicus.if.org Git - python/commitdiff
Adjust the module synopsis to avoid margin overruns in the PDF format.
authorFred Drake <fdrake@acm.org>
Tue, 6 Nov 2001 22:14:35 +0000 (22:14 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 6 Nov 2001 22:14:35 +0000 (22:14 +0000)
Doc/lib/libcalendar.tex
Doc/lib/librobotparser.tex

index e279bd399188dcc4adad45a05919abb56b280856..727ca1ca5faa7168fca5eae53d608de0c337f1e8 100644 (file)
@@ -2,7 +2,7 @@
          General calendar-related functions}
 
 \declaremodule{standard}{calendar}
-\modulesynopsis{General functions for working with the calendar,
+\modulesynopsis{Functions for working with calendars,
                 including some emulation of the \UNIX\ \program{cal}
                 program.}
 \sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
index 8321dadbb1ecfde752891a1b2249b23dedff53e2..0008dde5281eacb4886744da956ef4e4babee801 100644 (file)
@@ -2,10 +2,8 @@
          Parser for robots.txt}
 
 \declaremodule{standard}{robotparser}
-\modulesynopsis{Accepts as input a list of lines or URL that refers to a
-                robots.txt file, parses the file, then builds a
-                set of rules from that list and answers questions
-                about fetchability of other URLs.}
+\modulesynopsis{Loads a \protect\file{robots.txt} file and
+                answers questions about fetchability of other URLs.}
 \sectionauthor{Skip Montanaro}{skip@mojam.com}
 
 \index{WWW}