Fix nit.
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index ba0523d..c09b06d 100644
--- a/Doc/whatsnew/3.1.rst
+++ b/Doc/whatsnew/3.1.rst
@@ -167,8 +167,8 @@
 
   (Contributed by Antoine Pitrou.)
 
-* The :mod:`decimal.Decimal` module now supports methods to creating a
-  decimal object that from a binary :class:`float`.  The conversion is
+* The :mod:`decimal.Decimal` module now supports methods for creating a
+  decimal object from a binary :class:`float`.  The conversion is
   exact but can sometimes be surprising::
 
       >>> Decimal.from_float(1.1)