]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] GH-109190: Copyedit 3.12 What's New: calendar (GH-109662) (#109716)
authorHugo van Kemenade <hugovk@users.noreply.github.com>
Fri, 22 Sep 2023 13:02:27 +0000 (07:02 -0600)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 13:02:27 +0000 (15:02 +0200)
(cherry picked from commit 34ddcc3fa118168901fa0d3a69b3b5444fc2f943)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Doc/whatsnew/3.12.rst

index 24c2ad8db059e33f2de94e32fc2c862d873ca118..dbdac3fa525721b655776b8f14802a1208373716 100644 (file)
@@ -608,7 +608,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