diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-27 22:18:24 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-27 22:18:24 (GMT) |
commit | 54327c4c05f6c5a2bfe50bdd3a1811c807978bdc (patch) | |
tree | 9d0b0924f46cc344b3adc587902a2ea6427e62bf | |
parent | edf6b1f431a054280c584c45be114a540d06a375 (diff) | |
download | cpython-54327c4c05f6c5a2bfe50bdd3a1811c807978bdc.zip cpython-54327c4c05f6c5a2bfe50bdd3a1811c807978bdc.tar.gz cpython-54327c4c05f6c5a2bfe50bdd3a1811c807978bdc.tar.bz2 |
Added the calendar synopsis.
-rw-r--r-- | Doc/lib/libcalendar.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index fc325f4..553f8fa 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -3,8 +3,8 @@ \section{Standard Module \module{calendar}} \declaremodule{standard}{calendar} -\modulesynopsis{None} - +\modulesynopsis{Functions that emulate the \UNIX{} \program{cal} +program.} This module allows you to output calendars like the \UNIX{} |