From: Benjamin Peterson Date: Thu, 21 May 2015 03:09:43 +0000 (-0500) Subject: improve wording X-Git-Tag: v3.5.0b1~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1cc37cfb59a5f8689a9b2dd8a545ac821a87275;p=thirdparty%2FPython%2Fcpython.git improve wording --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index c440e946ab96..3a7b5d6b3c32 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -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`.)