From: Fred Drake Date: Fri, 8 May 1998 15:39:40 +0000 (+0000) Subject: Use \ldots, not \dots. The info process doesn't know about \dots. X-Git-Tag: v1.5.2a1~693 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02379fab614b0dbe45635a1396a04214ea2658c7;p=python Use \ldots, not \dots. The info process doesn't know about \dots. --- diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index 1f3931e40e..79515b119d 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}