diff options
| author | Raymond Hettinger <python@rcn.com> | 2003-05-10 04:21:08 +0000 |
|---|---|---|
| committer | Raymond Hettinger <python@rcn.com> | 2003-05-10 04:21:08 +0000 |
| commit | eca984fccea1d7060721275d4471e57cb510a53c (patch) | |
| tree | 73bc646889961b22564c517441cfbfff5bd844fa /Doc/lib | |
| parent | 52136a8bea8b9a8394c00eb7ea2b6e40346ae716 (diff) | |
| download | cpython-git-eca984fccea1d7060721275d4471e57cb510a53c.tar.gz | |
Fix missing parenthesis.
Diffstat (limited to 'Doc/lib')
| -rw-r--r-- | Doc/lib/libdatetime.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdatetime.tex b/Doc/lib/libdatetime.tex index 4d64499d17..a0c27889a7 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} |
