diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst index 62925e723e6..3117d918376 100644 --- a/Doc/whatsnew/3.12.rst +++ b/Doc/whatsnew/3.12.rst @@ -607,7 +607,8 @@ asyncio calendar -------- -* Add enums :data:`calendar.Month` and :data:`calendar.Day`. +* Add enums :data:`calendar.Month` and :data:`calendar.Day` + defining months of the year and days of the week. (Contributed by Prince Roshan in :gh:`103636`.) csv