Commit 08c1ccf5 authored by Raymond Hettinger's avatar Raymond Hettinger

Fix missing parenthesis.

parent add17e11
...@@ -902,7 +902,7 @@ Instance methods: ...@@ -902,7 +902,7 @@ Instance methods:
\begin{methoddesc}{isoweekday}{} \begin{methoddesc}{isoweekday}{}
Return the day of the week as an integer, where Monday is 1 and 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()}. See also \method{weekday()}, \method{isocalendar()}.
\end{methoddesc} \end{methoddesc}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment