mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix missing parenthesis.
This commit is contained in:
parent
52136a8bea
commit
eca984fcce
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue