Skip to content

Commit 24ae35f

Browse files
committed
Add full stop for a calendar.rst sentence
1 parent 4b33308 commit 24ae35f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/calendar.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ interpreted as prescribed by the ISO 8601 standard. Year 0 is 1 BC, year -1 is
5454

5555
.. method:: setfirstweekday(firstweekday)
5656

57-
Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6)
57+
Set the first weekday to *firstweekday*, passed as an :class:`int` (0--6).
5858

5959
Identical to setting the :attr:`~Calendar.firstweekday` property.
6060

0 commit comments

Comments
 (0)