diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-08 15:39:40 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-08 15:39:40 (GMT) |
commit | 02379fab614b0dbe45635a1396a04214ea2658c7 (patch) | |
tree | 7e2870d4f1ba873333f02ec003c3934a9b459887 /Doc | |
parent | 8ffa21c7aa777feb01acd372112ad3363eee2189 (diff) | |
download | cpython-02379fab614b0dbe45635a1396a04214ea2658c7.zip cpython-02379fab614b0dbe45635a1396a04214ea2658c7.tar.gz cpython-02379fab614b0dbe45635a1396a04214ea2658c7.tar.bz2 |
Use \ldots, not \dots. The info process doesn't know about \dots.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libcalendar.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index 1f3931e..79515b1 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -19,7 +19,7 @@ Return the number of leap years in the range \begin{funcdesc}{weekday}{year, month, day} Returns the day of the week (\code{0} is Monday) for \var{year} -(\code{1970}--\dots), \var{month} (\code{1}--\code{12}), \var{day} +(\code{1970}--\ldots), \var{month} (\code{1}--\code{12}), \var{day} (\code{1}--\code{31}). \end{funcdesc} |