]> granicus.if.org Git - python/commitdiff
improve wording
authorBenjamin Peterson <benjamin@python.org>
Thu, 21 May 2015 03:09:43 +0000 (22:09 -0500)
committerBenjamin Peterson <benjamin@python.org>
Thu, 21 May 2015 03:09:43 +0000 (22:09 -0500)
Doc/whatsnew/3.5.rst

index c440e946ab96f422582585803f480f03847bc286..3a7b5d6b3c329d2b14c2153d2f2b1858d0a44f31 100644 (file)
@@ -751,8 +751,8 @@ Deprecated Python modules, functions and methods
   left to a package.
   (Contributed by Vajrasky Kok and Berker Peksag in :issue:`1322`.)
 
-* Previously undocumented ``from_function`` and ``from_builtin`` methods
-  of :class:`inspect.Signature` are deprecated.  Use  new
+* The previously undocumented ``from_function`` and ``from_builtin`` methods of
+  :class:`inspect.Signature` are deprecated.  Use new
   :meth:`inspect.Signature.from_callable` instead. (Contributed by Yury
   Selivanov in :issue:`24248`.)