summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-09-22 06:29:48 (GMT)
committerGitHub <noreply@github.com>2023-09-22 06:29:48 (GMT)
commit34ddcc3fa118168901fa0d3a69b3b5444fc2f943 (patch)
treef018a07ad2cc73eac617e1b2c195a48642300173 /Doc/whatsnew
parentd3fe1a902fd060cc9fb41b768cc1e3ca5b52244d (diff)
downloadcpython-34ddcc3fa118168901fa0d3a69b3b5444fc2f943.zip
cpython-34ddcc3fa118168901fa0d3a69b3b5444fc2f943.tar.gz
cpython-34ddcc3fa118168901fa0d3a69b3b5444fc2f943.tar.bz2
GH-109190: Copyedit 3.12 What's New: calendar (#109662)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r--Doc/whatsnew/3.12.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.12.rst b/Doc/whatsnew/3.12.rst
index 62925e7..3117d91 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