From f5c58c781aa0bb296885baf62f4f39100f2cd93d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Walter=20D=C3=B6rwald?= Date: Mon, 26 Jun 2017 18:31:52 +0200 Subject: [PATCH] bpo-30733: Fix typos in "What's New" entry (GH-2414) --- Doc/whatsnew/3.7.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3