From: Raymond Hettinger Date: Sat, 10 May 2003 04:21:08 +0000 (+0000) Subject: Fix missing parenthesis. X-Git-Tag: v2.3c1~770 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eca984fccea1d7060721275d4471e57cb510a53c;p=thirdparty%2FPython%2Fcpython.git Fix missing parenthesis. --- diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 4d64499d17e3..a0c27889a7fc 100644 --- a/Doc/lib/libdatetime.tex +++ b/Doc/lib/libdatetime.tex @@ -902,7 +902,7 @@ Instance methods: \begin{methoddesc}{isoweekday}{} Return the day of the week as an integer, where Monday is 1 and - Sunday is 7. The same as \code{self.date().isoweekday)}. + Sunday is 7. The same as \code{self.date().isoweekday()}. See also \method{weekday()}, \method{isocalendar()}. \end{methoddesc}