]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix missing parenthesis.
authorRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 04:21:08 +0000 (04:21 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 10 May 2003 04:21:08 +0000 (04:21 +0000)
Doc/lib/libdatetime.tex

index 4d64499d17e3df945f01e25fd548c93764138769..a0c27889a7fc1943a814c6d1f6a135a3f4b1a17f 100644 (file)
@@ -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}