(Contributed by Raymond Hettinger; :issue:`1696199`.)
-* Add a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set.
+* Added a new module, :mod:`tkinter.ttk` for access to the Tk themed widget set.
The basic idea of ttk is to separate, to the extent possible, the code
implementing a widget's behavior from the code implementing its appearance.
(Contributed by Antoine Pitrou.)
-* The :mod:`decimal.Decimal` module now supports two new methods to create a
+* The :mod:`decimal.Decimal` module now supports methods to creating a
decimal object that from a binary :class:`float`. The conversion is
exact but can sometimes be surprising::