bpo-30733: Fix typos in "What's New" entry (GH-2414)
authorWalter Dörwald <walter@livinglogic.de>
Mon, 26 Jun 2017 16:31:52 +0000 (18:31 +0200)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2017 16:31:52 +0000 (18:31 +0200)
Doc/whatsnew/3.7.rst

index 580da6238953c48b1e3dde4181085060d2f3ed14..927ae5ba30512af38ee81c32382cdaee261b9d67 100644 (file)
@@ -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