Skip to content

Commit eca984f

Browse files
committed
Fix missing parenthesis.
1 parent 52136a8 commit eca984f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/lib/libdatetime.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ \subsection{\class{datetime} Objects \label{datetime-datetime}}
902902

903903
\begin{methoddesc}{isoweekday}{}
904904
Return the day of the week as an integer, where Monday is 1 and
905-
Sunday is 7. The same as \code{self.date().isoweekday)}.
905+
Sunday is 7. The same as \code{self.date().isoweekday()}.
906906
See also \method{weekday()}, \method{isocalendar()}.
907907
\end{methoddesc}
908908

0 commit comments

Comments
 (0)