]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-109190: Copyedit 3.12 What's New: calendar (#109662)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Fri, 22 Sep 2023 06:29:48 +0000 (07:29 +0100)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 06:29:48 +0000 (06:29 +0000)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 62925e723e6eb6ebd372c1cd769490d822ebff15..3117d9183761b0dbe21be2b366a192f4f5318b07 100644 (file)
@@ -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