From: Walter Dörwald Date: Mon, 26 Jun 2017 16:31:52 +0000 (+0200) Subject: bpo-30733: Fix typos in "What's New" entry (GH-2414) X-Git-Tag: v3.7.0a1~519 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f5c58c781aa0bb296885baf62f4f39100f2cd93d;p=thirdparty%2FPython%2Fcpython.git bpo-30733: Fix typos in "What's New" entry (GH-2414) --- diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index 580da6238953..927ae5ba3051 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -151,8 +151,8 @@ instead of spaces. (Contributed by Xiang Zhang in :issue:`30103`.) calendar -------- -The :class:`~calendar.HTMLCalendar` has added new class attribute which ease the -customisation the CSS classes in the produced HTML calendar. +The class :class:`~calendar.HTMLCalendar` has new class attributes which ease +the customisation of the CSS classes in the produced HTML calendar. (Contributed by Oz Tiram in :issue:`30095`.) cgi