From: Fred Drake Date: Thu, 6 Aug 1998 21:30:32 +0000 (+0000) Subject: Shorten the module synopsis. X-Git-Tag: v1.5.2a1~117 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=399fea89cb4d16e71571c0f1e7e203a750a1a0aa;p=python Shorten the module synopsis. --- diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex index 925a1d76ff..102630a1b1 100644 --- a/Doc/lib/libstat.tex +++ b/Doc/lib/libstat.tex @@ -3,7 +3,7 @@ \section{Standard Module \module{stat}} \declaremodule{standard}{stat} -\modulesynopsis{Constants and functions for interpreting the results of +\modulesynopsis{Utilities for interpreting the results of \function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.}