Skip to content

Commit ab7cba5

Browse files
Update Doc/library/calendar.rst
Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 156c418 commit ab7cba5

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
@@ -408,7 +408,7 @@ The :mod:`calendar` module exports the following data attributes:
408408
.. data:: day_name
409409

410410
A sequence that represents the days of the week in the current locale,
411-
where Monday is day number ``0``.
411+
where Monday is day number 0.
412412

413413
>>> import calendar
414414
>>> list(calendar.day_name)

0 commit comments

Comments
 (0)